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 4fa2389 commit e6584f8Copy full SHA for e6584f8
.github/workflows/deploy.yml
@@ -48,7 +48,8 @@ jobs:
48
- name: Static HTML export with VitePress
49
run: |
50
npm run docs:build
51
- tar czf docs.tgz -C ./docs/.vitepress/dist *
+ ls -l ./docs/.vitepress/dist
52
+ tar czf ./docs.tgz -C ./docs/.vitepress/dist .
53
- name: Create Release
54
id: create_release
55
uses: actions/create-release@v1
0 commit comments