fixed github action bug

This commit is contained in:
Nuno Coração
2022-10-01 00:11:34 +01:00
parent bd96cb3bb9
commit 4c53d04f65
326 changed files with 3 additions and 15162 deletions

View File

@@ -49,17 +49,17 @@ jobs:
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: |
hugo --minify -s exampleSite --themesDir ../.. --baseURL https://nunocoracao.github.io/blowfish/
hugo --minify -s exampleSite --themesDir ../.. -d ../docs --baseURL https://nunocoracao.github.io/blowfish/
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./public
path: ./docs
# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: https://nunocoracao.github.io/blowfish/
runs-on: ubuntu-latest
needs: build
steps: