Skip to content

Commit 3c797b2

Browse files
fixed build docs
1 parent 7fcd3d7 commit 3c797b2

File tree

4 files changed

+368
-14
lines changed

4 files changed

+368
-14
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Upload artifact
5151
uses: actions/upload-pages-artifact@v3
5252
with:
53-
path: docs/.vitepress/dist
53+
path: docs/docs/.vitepress/dist
5454

5555

5656
deploy:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
/sourcemap.json
2121

2222
docs/.vitepress/dist
23-
docs/.vitepress/cache
23+
docs/.vitepress/cache
24+
docs/node_modules

0 commit comments

Comments
 (0)