We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e925392 commit 33ee53aCopy full SHA for 33ee53a
.github/workflows/page.yml
@@ -37,7 +37,7 @@ jobs:
37
npm run gen-html
38
minhtml --output web/index.html --keep-closing-tags --minify-css web/raw.html
39
- name: Upload artifact
40
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
41
with:
42
path: web
43
@@ -50,4 +50,4 @@ jobs:
50
steps:
51
- name: Deploy to GitHub Pages
52
id: deployment
53
- uses: actions/deploy-pages@v3
+ uses: actions/deploy-pages@v4
0 commit comments