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 ddb5bc0 commit 765c628Copy full SHA for 765c628
.github/workflows/deploy-pages.yml
@@ -46,7 +46,7 @@ jobs:
46
47
cp -R .tmp/* public/
48
- name: Upload Artifact
49
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
50
with:
51
path: './public'
52
- name: Deploy to GitHub Pages
0 commit comments