fix: config SITE_URL and BASE_URL

This commit is contained in:
Matthew Hand
2024-11-06 20:01:43 +00:00
parent f7c92cb7ae
commit 4816a1d4d2
2 changed files with 5 additions and 5 deletions

View File

@@ -36,6 +36,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build
env:
BASE_URL: ${{ vars.BASE_URL }}
SITE_URL: ${{ vars.SITE_URL }}
run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3