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: