Skip to content

Commit b70d066

Browse files
authored
Update hugo.yaml
1 parent 340ec4d commit b70d066

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@ jobs:
5757
HUGO_ENV: production
5858
TZ: America/Los_Angeles
5959
run: |
60-
hugo \
61-
--gc \
62-
--minify \
63-
--baseURL "${{ steps.pages.outputs.base_url }}/"
64-
&& cd public/en
65-
&& cp 404.html ../404.html
60+
hugo --gc --minify --baseURL "${{ steps.pages.outputs.base_url }}/" && cd public/en && cp 404.html ../404.html
6661
- name: Upload artifact
6762
uses: actions/upload-pages-artifact@v3
6863
with:

0 commit comments

Comments
 (0)