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 0db9ddf commit 3d8854eCopy full SHA for 3d8854e
.github/workflows/pages.yml
@@ -21,7 +21,7 @@ jobs:
21
cache: "pnpm"
22
- run: pnpm install --frozen-lockfile
23
- run: pnpm build
24
- - uses: actions/upload-pages-artifact@v1
+ - uses: actions/upload-pages-artifact@v3
25
with:
26
path: "./dist"
27
deploy:
0 commit comments