diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f20b259e..8b50b2e1 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -49,9 +49,7 @@ jobs: HUGO_ENVIRONMENT: production HUGO_ENV: production run: | - hugo \ - --minify -s exampleSite --themesDir ../.. \ - --baseURL "https://nunocoracao.github.io/blowfish/" + hugo -s exampleSite --themesDir ../.. --baseURL https://nunocoracao.github.io/blowfish/" - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: