-
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
GitHub Pages build not triggered #317
Comments
There is I don't really know about that warning, but docs are deployed in this log: https://github.com/oscar-system/Polymake.jl/runs/955391821?check_suite_focus=true |
you are most probably right about needing a versioned release before this can work. we should probably add some more badges for the and yes, within this log, in the |
I'm fine with adding ssh key for deploy; The point is that using GITHUB_TOKEN will not trigger other GH actions, hence if we tag no documentation will be build; I can add those secrets/keys if you wish, but we already had a similar argument about |
Lets wait for the next tag before we do anything further. According to that ticket it did work in many cases as soon as some manual commit was on the gh-pages branch. |
This can be closed, release and master docs are being built, see https://github.com/oscar-system/Polymake.jl/tree/gh-pages . |
The documentation still can not be accessed after merging the branch into master. Looking into what happened during the workflow shows this warning at the end of the deployment process:
the last comment (JuliaDocs/Documenter.jl#1177 (comment)) points out that our setup actually should work. most of the commentors (notably before others claimed this solved) suggested to use ssh keys instead, which appears rather inconvenient in this context to me.
The text was updated successfully, but these errors were encountered: