Skip to content

Commit dd437b8

Browse files
committed
Update .gitignore and deploys.yml
1 parent 70c3a02 commit dd437b8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/deploys.yml

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

5353
# Deployment job
5454
deploy:

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
*node_modules
22
folder-structure.txt
3-
*.vitepress/dist*
4-
*.vitepress/cache*
3+
*.vitepress/dist/*
4+
*.vitepress/cache/*
5+
*/.vitepress/dist/*
6+
*/.vitepress/cache/*

0 commit comments

Comments
 (0)