Skip to content

Commit

Permalink
github: Fix vitepress document root properly
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse committed Aug 26, 2024
1 parent 32327d8 commit ed61729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm ci
- name: Fix site prefix
run: |
sed -i -e "|'/2.4'|${{ github.ref_name }}|" .vitepress/config.js
sed -i -e "|'/2.4'|'/${{ github.ref_name }}'|" .vitepress/config.js
- name: Build with VitePress
run: |
mkdir mans
Expand Down

0 comments on commit ed61729

Please sign in to comment.