From 43bddd98fc9f38b8338faf9a4dcb2d83610525b2 Mon Sep 17 00:00:00 2001 From: nostrdev-com Date: Tue, 15 Oct 2024 15:34:48 +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 309ee63..87d3533 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=${{ GITHUB_REPOSITORY}} + run: npm run build -- --base=${{ github.repository }} - name: Setup Pages uses: actions/configure-pages@v4 - name: Upload artifact