We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 693cb82 + eb05825 commit 52d71f7Copy full SHA for 52d71f7
1 file changed
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build with VitePress
31
run: bun run docs:build
32
- name: Upload artifact
33
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v5
34
with:
35
path: docs/.vitepress/dist
36
0 commit comments