Skip to content

Commit

Permalink
fix: dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
richerfu committed Mar 4, 2024
1 parent cda0988 commit 5e2e253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs/.vitepress/dist
path: .vitepress/dist

# Deployment job
deploy:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules/
.vitepress/cache/
.vitepress/dist/
.idea/

.DS_Store
Expand Down

0 comments on commit 5e2e253

Please sign in to comment.