Skip to content

Commit 33ee53a

Browse files
committed
fix ci
1 parent e925392 commit 33ee53a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/page.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
npm run gen-html
3838
minhtml --output web/index.html --keep-closing-tags --minify-css web/raw.html
3939
- name: Upload artifact
40-
uses: actions/upload-pages-artifact@v2
40+
uses: actions/upload-pages-artifact@v3
4141
with:
4242
path: web
4343

@@ -50,4 +50,4 @@ jobs:
5050
steps:
5151
- name: Deploy to GitHub Pages
5252
id: deployment
53-
uses: actions/deploy-pages@v3
53+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)