mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
feat: retarget the readme for v1 (#827)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# This workflow is for canary releases, automatically triggered by push to v1.0 branch.
|
||||
# This workflow is for canary releases, automatically triggered by push to main
|
||||
# This workflow is identical to "release.yml" with these exceptions:
|
||||
# - Triggered by push to v1.0 branch
|
||||
# - Triggered by push to main
|
||||
# - Github Release tagged as "canary"
|
||||
on:
|
||||
push:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Deploy v1 Docs & Extensions # (/documentation and /extensions-site)
|
||||
name: Deploy Docs & Extensions # (/documentation and /extensions-site)
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Install dependencies and build extensions-site
|
||||
working-directory: ./extensions-site
|
||||
env:
|
||||
VITE_BASENAME: "/goose/v1/extensions/" # Set the base URL here for the extensions site
|
||||
VITE_BASENAME: "/goose/extensions/" # Set the base URL here for the extensions site
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
@@ -48,4 +48,3 @@ 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