You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
tiwns
changed the title
Issues with local building
Issues with local build command
Dec 28, 2022
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.
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.
The text was updated successfully, but these errors were encountered: