Update gh-pages.yml

fix: BASE_URL and SITE_URL
This commit is contained in:
mhand 2024-11-06 07:27:58 +11:00 committed by GitHub
parent 8724621654
commit f9967cec63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,9 @@
- 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