From bdddf814f39afcb4305a60fcdbb8f45266e9191c Mon Sep 17 00:00:00 2001 From: Santiago Beroch Date: Tue, 23 Jul 2024 16:09:42 -0300 Subject: [PATCH] revert deployment job changes --- .github/workflows/hugo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 5123b3d..47d38a3 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -36,7 +36,7 @@ jobs: node_modules/.bin/hugo/hugo \ --minify \ --environment staging \ - --baseURL "${{ steps.pages.outputs.base_url }}/" + --baseURL "${{ steps.pages.outputs.base_url }}score.dev/" - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: @@ -44,7 +44,7 @@ jobs: deploy: environment: name: github-pages - url: ${{ steps.deployment.outputs.page_url }}/score.dev + url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: build steps: