Skip to content

Commit

Permalink
chore: Updated github actions to configure-pages@4
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidmt committed Feb 12, 2024
1 parent 310b1d0 commit 835f6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4

- name: Build with mdBook
run: mdbook build book -d ../html # Note that the destination path is relative to the book source, .i.e. `./book/../html`
Expand Down

0 comments on commit 835f6a7

Please sign in to comment.