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 15d0c9f commit 3053d6cCopy full SHA for 3053d6c
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: npm ci
28
- run: npm run build
29
- name: Create gh-pages artifact
30
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v3
31
with:
32
path: build
33
- name: Deploy to GitHub Pages
0 commit comments