-
Notifications
You must be signed in to change notification settings - Fork 193
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
Enable gh pages deployment for gh Actions-based workflow #345
Comments
Found some more evidence that this is an issue with an empty
|
There are no secrets configured for this repo right now; I guess I removed the deploy key after we ended up not using it for Travis. I can try adding one again shortly. |
According to https://github.com/peaceiris/actions-gh-pages, GitHub automatically creates a token called |
Fixed by #346 |
I was hoping that merging #343 or #344 would deploy the latest version of the book to gh pages, but it's skipping deployment with this error:
https://github.com/purescript-contrib/purescript-book/actions/runs/854860824
Here's the relevant code:
purescript-book/.github/workflows/mdbook.yml
Lines 21 to 27 in 6dacfa9
Thinking it could either be due to an incompatibility of
github.ref == 'refs/heads/master'
with this repo being a fork ofpaf31
's version, or thatGITHUB_REPO_DEPLOY_KEY
is unavailable.Documentation for this action is available in https://github.com/peaceiris/actions-gh-pages#options
@hdgarrood , we worked through this before in #82. I was hoping that
GITHUB_REPO_DEPLOY_KEY
would still be available for use, but can't inspect the repo's secrets myself to double-check. Could you take a look at this?The text was updated successfully, but these errors were encountered: