fixed github action bug

This commit is contained in:
Nuno Coração 2022-10-01 00:16:14 +01:00
parent 0ca16dc474
commit 45335ecdd9

View file

@ -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: