Skip to content

Commit 08a5dea

Browse files
committed
lets see if this fixes deploy
1 parent 6684d71 commit 08a5dea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
run: |
2525
mdbook build
2626
- name: Setup Pages
27-
uses: actions/configure-pages@v2
27+
uses: actions/configure-pages@v5
2828
- name: Upload artifact
29-
uses: actions/upload-pages-artifact@v1
29+
uses: actions/upload-pages-artifact@v3
3030
with:
3131
path: 'book'
3232
- name: Deploy to GitHub Pages
3333
id: deployment
34-
uses: actions/deploy-pages@v1
34+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)