Skip to content

Commit

Permalink
github: Fix vitepress document root
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse authored and sirainen committed Aug 26, 2024
1 parent 6a42290 commit 32327d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
cache: npm
- name: Install Dependencies
run: npm ci
- name: Fix site prefix
run: |
sed -i -e "|'/2.4'|${{ github.ref_name }}|" .vitepress/config.js
- name: Build with VitePress
run: |
mkdir mans
Expand Down

0 comments on commit 32327d8

Please sign in to comment.