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 34601fe commit c0f29acCopy full SHA for c0f29ac
.github/workflows/publish-docs.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Build with VitePress
48
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
49
- name: Upload artifact
50
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
51
with:
52
path: docs/.vitepress/dist
53
if: github.event_name != 'pull_request' # Skip upload on PRs
0 commit comments