Skip to content

Commit a8b9693

Browse files
committed
fix ci
1 parent 548f010 commit a8b9693

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@v2
51+
uses: actions/upload-pages-artifact@latest
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@v3
58+
uses: actions/deploy-pages@latest

0 commit comments

Comments
 (0)