Skip to content

Commit a03f285

Browse files
committed
chore: .vitepress/dist 경로를 업로드 아티팩트 경로로 수정하고 .gitignore에 추가
1 parent 78b76da commit a03f285

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Upload artifact
4040
uses: actions/upload-pages-artifact@v3
4141
with:
42-
path: docs/.vitepress/dist
42+
path: .vitepress/dist
4343

4444
deploy:
4545
environment:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
.vitepress/cache/
3+
.vitepress/dist/

0 commit comments

Comments
 (0)