From 45335ecdd9ce481050ed53c1cd44e4382affe266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sat, 1 Oct 2022 00:16:14 +0100 Subject: [PATCH] fixed github action bug --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 48d8600a..757e7bad 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -49,7 +49,7 @@ jobs: HUGO_ENVIRONMENT: production HUGO_ENV: production run: | - hugo --minify -s exampleSite --themesDir ../.. -d ../docs --baseURL ${{ steps.deployment.outputs.page_url }} + hugo --minify -s exampleSite --themesDir ../.. -d ../docs --baseURL https://nunocoracao.github.io/blowfish/ - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: @@ -59,7 +59,7 @@ jobs: deploy: environment: name: github-pages - url: ${{ steps.deployment.outputs.page_url }} + url: https://nunocoracao.github.io/blowfish/ runs-on: ubuntu-latest needs: build steps: