mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-11 17:44:24 +01:00
fix: keep v1 docs for now (#828)
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Install dependencies and build extensions-site
|
||||
working-directory: ./extensions-site
|
||||
env:
|
||||
VITE_BASENAME: "/goose/extensions/" # Set the base URL here for the extensions site
|
||||
VITE_BASENAME: "/goose/v1/extensions/" # Set the base URL here for the extensions site
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
@@ -48,3 +48,4 @@ jobs:
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: combined-build
|
||||
destination_dir: v1 # Deploy the site to the 'v1' subfolder
|
||||
|
||||
Reference in New Issue
Block a user