Skip to content

Commit 9bd7d26

Browse files
robo-caphyder
authored andcommitted
Update github pages workflow
1 parent c2feba6 commit 9bd7d26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mdbook.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
8484
make mdbuild
8585
touch ./docs/book/.nojekyll
8686
87-
- uses: actions/configure-pages@v3
88-
- uses: actions/upload-pages-artifact@v1
87+
- uses: actions/configure-pages@v5
88+
- uses: actions/upload-pages-artifact@v3
8989
with:
9090
path: './docs/book'
91-
- uses: actions/deploy-pages@v2
91+
- uses: actions/deploy-pages@v4
9292
id: deployment

0 commit comments

Comments
 (0)