From 073be777f6aa3b546c7dd8eee17d3d744cb52f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 30 Sep 2022 23:54:16 +0100 Subject: [PATCH] Update pages.yml --- .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 cf1847df..f20b259e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -1,5 +1,5 @@ # Sample workflow for building and deploying a Hugo site to GitHub Pages -name: Deploy Hugo site to Pages +name: Blowfish Docs Deploy on: # Runs on pushes targeting the default branch @@ -51,7 +51,7 @@ jobs: run: | hugo \ --minify -s exampleSite --themesDir ../.. \ - --baseURL "${{ steps.pages.outputs.base_url }}/" + --baseURL "https://nunocoracao.github.io/blowfish/" - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: