rootstock
rootstock copied to clipboard
Issues with local build command
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.
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.