-
Notifications
You must be signed in to change notification settings - Fork 19
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
[ci] Fix deploy stage #73
Conversation
Note: the website build is currently broken, but can be fixed with this patch to heaps: HeapsIO/heaps#1219 |
Using built in token authentication in github actions. See: https://docs.github.com/en/actions/security-guides/automatic-token-authentication
Site build currently fails with master, see: HeapsIO/heaps#1219
I've changed this PR so it's no longer required to configure any secrets, so this can now be merged as is. @ncannasse Would you be able to merge this? This will get the heaps.io website deploying again. I've got it deploying for my instance: https://tobil4sk.github.io/heaps.io/ |
The JS compilation error was resolved in: HeapsIO/heaps@c6d1a51
This means that even if the content in this repository doesn't change, the website can still be deployed if the wiki content changes. The deployment will occur daily at 06:00 UTC
@markknol Any chance you'd be able to merge this? This would get the site deploying again which would allow updating the documentation. |
Closes #70.