We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc63896 commit 7bc3b35Copy full SHA for 7bc3b35
.github/workflows/github-pages.yaml
@@ -19,7 +19,7 @@ jobs:
19
cache: pnpm
20
- run: pnpm install --frozen-lockfile
21
- run: pnpm run docs
22
- - uses: actions/upload-pages-artifact@v1
+ - uses: actions/upload-pages-artifact@v3
23
with:
24
path: docs
25
0 commit comments