Skip to content

Commit c62cfee

Browse files
Trying different build options
1 parent f225ec9 commit c62cfee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ jobs:
4444
env:
4545
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
4646
HUGO_ENVIRONMENT: production
47-
run: |
48-
hugo \
49-
--minify \
50-
--baseURL "${{ steps.pages.outputs.base_url }}/"
47+
run: hugo
5148
- name: Upload artifact
5249
uses: actions/upload-pages-artifact@v3
5350
with:

0 commit comments

Comments
 (0)