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 76f2e5a commit 6a35009Copy full SHA for 6a35009
1 file changed
.github/workflows/deploy-pages.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build
28
run: npm run build -- --base=./
29
- name: Upload artifact
30
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
31
with:
32
path: dist/
33
0 commit comments