diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 74f5bc377..f300ef747 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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