We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The simple "run test on push or PR" workflow does *not* need write permissions to the repository and this should be avoided for security reasons.
Updated Automated Deployment: GitHub Actions (markdown)
use `actions/checkout@v4` (latest at the time of writing) everywhere
add id-token & pages permission to first example
fix indentation on example
Add build book instruction to modern page deployment
Add modern GitHub pages deployment example
Updated Automated Deployment: GitHub Pages (Actions) (markdown)
edit to pull latest mdbook version
choose "deploy from branch" instead of "gh actions"
since 2022 explicit write permissions are needed. other code https://github.com/marketplace/actions/deploy-to-github-pages
missing punctuation
use latest release
use recommended name
Recommend github/actions@v3 instead
Fix error with `git push --force -u gh-pages` which is missing the origin.
fix error `fatal: invalid reference: gh-pages` and branch `gh-pages` doesn't push to remote
Add GitHub Actions