Skip to content

Commit a9efd8f

Browse files
authored
Update Hugo build command to include future dates
1 parent 6906985 commit a9efd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_deploy_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
hugo-version: latest
2424
- name: Build
2525
run: |-
26-
hugo --minify
26+
hugo --minify --buildFuture
2727
- name: Upload pages artifact
2828
uses: actions/upload-pages-artifact@v3
2929
with:

0 commit comments

Comments
 (0)