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 cad9b59 commit 26fc1d8Copy full SHA for 26fc1d8
1 file changed
.github/workflows/deploy.yml
@@ -50,6 +50,8 @@ jobs:
50
cd docs
51
npm ci
52
npm run docs:build
53
+ cd .vitepress/dist
54
+ ls
55
- name: Upload artifact
56
uses: actions/upload-pages-artifact@v3
57
with:
0 commit comments