We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b6879 commit bafcd76Copy full SHA for bafcd76
1 file changed
.github/workflows/hugo.yaml
@@ -67,7 +67,7 @@ jobs:
67
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
68
HUGO_ENVIRONMENT: production
69
TZ: America/Caracas
70
- run: hugo --gc --minify --verbose --baseURL "${{ steps.pages.outputs.base_url }}/"
+ run: hugo build --gc --minify --verbose --baseURL "${{ steps.pages.outputs.base_url }}"
71
- name: Subiendo artifact
72
uses: actions/upload-pages-artifact@v3
73
with:
0 commit comments