From 3d064113c552f5fd5ecddb2fb985c0c3c93cf314 Mon Sep 17 00:00:00 2001 From: nostrdev-com Date: Tue, 15 Oct 2024 15:37:29 +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 87d3533..614d273 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=https://deg-mods.github.io/DEGMods/ - name: Setup Pages uses: actions/configure-pages@v4 - name: Upload artifact