-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actions workflow for building and updating docs #45
Conversation
I tried to test it but I couldn't get docker to run on my windows machine as I have Windows 10 Home with update If somebody has docker working and set up and is familliar with github actions I'dd be happy if you could save me a lot of work by testing this. If nobody is found I'll need to test if I can get this to work on a linux system. |
I couldn't get this working with either act or wflow. Both failed at the |
* Added secret containing ssh deploy key * Reworked push mechanic to work with deploy keys
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the two review comments this looks good to me.
* Fixed typo * Don't run workflow on fork Co-authored-by: Daniel Huber <[email protected]>
Workflow that automatically updates the docs once files are pushed to master.
Needs to be tested locally using phishy/wflow or nektos/act.
Also the private access tokens for the docs repo must be generated and added as secrets to the repo as
${{ github.token }}
only has acces to the nodecg-io repo.