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 e1dceee commit ec3d05f
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 @@ -46,7 +46,7 @@ jobs:
- name: Sync markdown themes
run: node ./.github/workflows/beforeBuild/script.mjs
- name: Delete dist
run: "[ -d ./docs/.vitepress/dist ] && rm -rf ./docs/.vitepress/dist"
run: "[ -d ./docs/.vitepress/dist ] && echo exists"
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with VitePress
Expand Down

0 comments on commit ec3d05f

Please sign in to comment.