Skip to content

Commit

Permalink
use .vitepress directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Mar 26, 2024
1 parent 7014baa commit 420095e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: export NODE_OPTIONS=--openssl-legacy-provider; npm run docs:build
- name: Copy & Deploy
run: |
cp -r docs/.vuepress/dist/* doc-dist/
cp -r docs/.vitepress/dist/* doc-dist/
cd doc-dist
git add -A
git commit -m 'Deploy docs'
Expand Down

0 comments on commit 420095e

Please sign in to comment.