Skip to content

Commit 64c4388

Browse files
committed
fix version
1 parent a8b9693 commit 64c4388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
4949
# Upload the book's HTML as an artifact
5050
- name: Upload artifact
51-
uses: actions/upload-pages-artifact@latest
51+
uses: actions/upload-pages-artifact@v3
5252
with:
5353
path: "_build/html"
5454

5555
# Deploy the book's HTML to GitHub Pages
5656
- name: Deploy to GitHub Pages
5757
id: deployment
58-
uses: actions/deploy-pages@latest
58+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)