Skip to content

Commit

Permalink
build: fix path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greyovo committed May 3, 2024
1 parent 00fe9fc commit 9fc065f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: websites/docs/.vitepress/dist
path: website/docs/.vitepress/dist

# 部署工作
deploy:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ key.properties
*.jks

# NPM
website/docs/.vitepress/cache/**
website/docs/.vitepress/cache/
website/docs/.vitepress/dist/
website/docs/.vitepress/dist-ssr/
node_modules/

0 comments on commit 9fc065f

Please sign in to comment.