Deploy docs with GitHub Pages workflow#118
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 43b3d6c63d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| on: | ||
| push: | ||
| branches: | ||
| - master |
There was a problem hiding this comment.
Trigger Pages deploy from the active default branch
This workflow only runs on pushes to master, but in this repository the active branch is main (the checkout has no master ref, and other project metadata like README.md badges and mkdocs.yml edit links target main), so normal doc updates will never trigger a Pages deployment. Since this commit also removed the release-based mkdocs gh-deploy path, this branch filter can silently stop documentation publishing entirely.
Useful? React with 👍 / 👎.
43b3d6c to
e83f149
Compare
Summary
mastermkdocs gh-deploypath, which no longer matches the current Pages setupsite_urlto the canonical GitHub Pages URLVerification