ci: set site and base correctly
This commit is contained in:
parent
e245d6f18a
commit
9c0cbb0d53
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy.yaml
vendored
6
.github/workflows/deploy.yaml
vendored
|
|
@ -17,14 +17,14 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment:
|
||||||
|
ASTRO_SITE: ${{ vars.ASTRO_SITE }}
|
||||||
|
ASTRO_BASE: ${{ vars.ASTRO_BASE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout your repository using git
|
- name: Checkout your repository using git
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install, build, and upload your site output
|
- name: Install, build, and upload your site output
|
||||||
uses: withastro/action@v1
|
uses: withastro/action@v1
|
||||||
environment:
|
|
||||||
ASTRO_SITE: 'https://aboviq.github.io'
|
|
||||||
ASTRO_BASE: '/emigrate'
|
|
||||||
with:
|
with:
|
||||||
path: ./docs # The root location of your Astro project inside the repository. (optional)
|
path: ./docs # The root location of your Astro project inside the repository. (optional)
|
||||||
node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
|
node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue