Skip to content

Commit e6584f8

Browse files
committed
add release
1 parent 4fa2389 commit e6584f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
- name: Static HTML export with VitePress
4949
run: |
5050
npm run docs:build
51-
tar czf docs.tgz -C ./docs/.vitepress/dist *
51+
ls -l ./docs/.vitepress/dist
52+
tar czf ./docs.tgz -C ./docs/.vitepress/dist .
5253
- name: Create Release
5354
id: create_release
5455
uses: actions/create-release@v1

0 commit comments

Comments
 (0)