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 7b5ae37 commit bb6699fCopy full SHA for bb6699f
.github/workflows/deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
cp -r data dist/ 2>/dev/null || true
43
44
- name: Upload artifact
45
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
46
with:
47
path: './dist'
48
0 commit comments