From 7ee414caa561eef5dc69d8a62c439d56d77ffcee Mon Sep 17 00:00:00 2001 From: nostrdev-com Date: Tue, 15 Oct 2024 15:32:42 +0200 Subject: [PATCH] ci: update base url --- .github/workflows/release-pages-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pages-staging.yaml b/.github/workflows/release-pages-staging.yaml index 3fcc7f9..309ee63 100644 --- a/.github/workflows/release-pages-staging.yaml +++ b/.github/workflows/release-pages-staging.yaml @@ -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