We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8bd8ef + 801357a commit cd88bdfCopy full SHA for cd88bdf
3 files changed
.github/workflows/deploy.yml
.github/workflows/pages.yml
@@ -24,6 +24,9 @@ jobs:
24
- name: Install Rust
25
uses: dtolnay/rust-toolchain@stable
26
27
+ - name: Configure GitHub Pages
28
+ uses: actions/configure-pages@v5
29
+
30
- name: Cache cargo dependencies
31
uses: actions/cache@v4
32
with:
README.md
@@ -98,6 +98,6 @@ cd c-cpp-book && mdbook serve --open # http://localhost:3000
98
99
### Deployment
100
101
-The site auto-deploys to GitHub Pages on push to `master` via `.github/workflows/pages.yml`. No manual steps needed.
+The site auto-deploys to GitHub Pages on push to `main` via `.github/workflows/pages.yml`. No manual steps needed.
102
103
</details>
0 commit comments