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 146b13d commit 86c80ebCopy full SHA for 86c80eb
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
cache: "pnpm"
19
- run: pnpm install
20
- run: pnpm run build
21
- - uses: actions/upload-pages-artifact@v3
+ - uses: actions/upload-pages-artifact@v4
22
with:
23
path: "dist/"
24
0 commit comments