Skip to content

Commit bafcd76

Browse files
committed
ci: use explicit hugo build command
1 parent 10b6879 commit bafcd76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
6868
HUGO_ENVIRONMENT: production
6969
TZ: America/Caracas
70-
run: hugo --gc --minify --verbose --baseURL "${{ steps.pages.outputs.base_url }}/"
70+
run: hugo build --gc --minify --verbose --baseURL "${{ steps.pages.outputs.base_url }}"
7171
- name: Subiendo artifact
7272
uses: actions/upload-pages-artifact@v3
7373
with:

0 commit comments

Comments
 (0)