Skip to content

Commit

Permalink
Update github pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robo-cap authored and hyder committed Feb 16, 2025
1 parent c2feba6 commit 9bd7d26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mdbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
make mdbuild
touch ./docs/book/.nojekyll
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v1
- uses: actions/configure-pages@v5
- uses: actions/upload-pages-artifact@v3
with:
path: './docs/book'
- uses: actions/deploy-pages@v2
- uses: actions/deploy-pages@v4
id: deployment

0 comments on commit 9bd7d26

Please sign in to comment.