ci: update base url
This commit is contained in:
parent
98d35f5b7f
commit
7ee414caa5
2
.github/workflows/release-pages-staging.yaml
vendored
2
.github/workflows/release-pages-staging.yaml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
echo "VITE_REPORTING_NPUB=${{ vars.VITE_REPORTING_NPUB }}" >> .env
|
||||
cat .env
|
||||
- name: Build
|
||||
run: npm run build -- --base=${{ steps.deployment.outputs.page_url }}
|
||||
run: npm run build -- --base=${{ GITHUB_REPOSITORY}}
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v4
|
||||
- name: Upload artifact
|
||||
|
Loading…
Reference in New Issue
Block a user