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 626aa0c commit aba7483Copy full SHA for aba7483
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
npm run docs:build
44
touch docs/.vitepress/dist/.nojekyll
45
- name: Upload artifact
46
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v3
47
with:
48
path: docs/.vitepress/dist
49
0 commit comments