Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpchen committed May 12, 2024
1 parent 2eb0df3 commit 6f34531
Showing 1 changed file with 1 addition 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 @@ -49,7 +49,7 @@ jobs:
uses: actions/configure-pages@v3
- name: Build with VitePress
run: |
[ -d ./docs/.vitepress/dist ] && echo exists
[ -d ./docs/.vitepress/dist ] && rm -rf ./docs/.vitepress/dist
pnpm docs:build # or npm run docs:build / yarn docs:build / bun run docs:build
touch docs/.vitepress/dist/.nojekyll
- name: Upload artifact
Expand Down

0 comments on commit 6f34531

Please sign in to comment.