rootstock icon indicating copy to clipboard operation
rootstock copied to clipboard

Issues with local build command

Open tiwns opened this issue 2 years ago • 1 comments

Hello,

I would like to auto-generate pdfs and docx files every time a commit has been made without running 'build/build.sh'. I do not have Github Pages but do have Github Actions. Also is it possible to automate the uploading of the output files to a sharepoint directory?

Thank you.

tiwns avatar Dec 28 '22 18:12 tiwns

My advice is to first confirm that the manubot Python package is installed correctly and available outside of the build script. Did you install it through the conda environment? If you activate the manubot conda environment do you see it listed with the conda list command?

Edit: Regarding the second question, I don't use Sharepoint so I don't have any specific recommendations. I expect that existing actions like https://github.com/marketplace/actions/publish-to-sharepoint would support what you want to do and let you store credentials as secrets.

agitter avatar Dec 29 '22 14:12 agitter