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 bb8583e commit 49ad1baCopy full SHA for 49ad1ba
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: npm ci
32
- run: npm run build
33
- uses: actions/configure-pages@v5
34
- - uses: actions/upload-pages-artifact@v3
+ - uses: actions/upload-pages-artifact@v4
35
with:
36
path: _site
37
- uses: actions/deploy-pages@v4
0 commit comments