ci: only set site and base during deployment

This commit is contained in:
Joakim Carlstein 2023-12-18 15:38:42 +01:00
parent f63fa9d864
commit e245d6f18a
3 changed files with 11 additions and 3 deletions

View file

@ -22,6 +22,9 @@ jobs:
uses: actions/checkout@v3
- name: Install, build, and upload your site output
uses: withastro/action@v1
environment:
ASTRO_SITE: 'https://aboviq.github.io'
ASTRO_BASE: '/emigrate'
with:
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)