Description
Checklist
- I am using the latest version of this action.
- I have read the latest README and followed the instructions.
- I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.
Describe your question
Although I believe I am following the instructions and understand the basic spec and concepts of GitHub Actions, it is very likely that I am missing something from one or the other of those.
I do see after running the workflow that I have set up that the documents get built (Sphinx), as I see them in the gh-pages
branch of my repository. But I do not see the updates appear on the actual pages.
If you compare a file such as branch gh-pages sieve.html which is built and put in the gh-pages branch with what has been made public you will see that they are note the same.
Relevant links
Public repository: https://github.com/jpgoldberg/toy-crypto-math
YAML config: I don't know what this means, which may be part of the problem
YAML workflow: https://github.com/jpgoldberg/toy-crypto-math/blob/676888f571f78f504c023fe24186b8c8a3c23ba7/.github/workflows/gh-pages.yml
Relevant log output
The Build portion is filled with a zillion deprecation warnings. But the Deploy portion is probably what you want to look at. But as I don't really know what is wrong, I am attaching the entire log.
Additional context.
No response