We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6906985 commit a9efd8fCopy full SHA for a9efd8f
1 file changed
.github/workflows/ci_deploy_workflow.yml
@@ -23,7 +23,7 @@ jobs:
23
hugo-version: latest
24
- name: Build
25
run: |-
26
- hugo --minify
+ hugo --minify --buildFuture
27
- name: Upload pages artifact
28
uses: actions/upload-pages-artifact@v3
29
with:
0 commit comments