We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdf994 commit 41b54e1Copy full SHA for 41b54e1
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build
44
run: npm run build
45
- name: Upload artifact
46
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v3
47
with:
48
path: './_build/html'
49
- name: Deploy to GitHub Pages
0 commit comments