We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cb700 commit 4eecc72Copy full SHA for 4eecc72
.github/workflows/checklink.yml
@@ -36,7 +36,7 @@ jobs:
36
# For maximum backward compatibility with Hugo modules
37
HUGO_ENVIRONMENT: production
38
HUGO_ENV: production
39
- run: hugo --environment GitHubPages -d $GITHUB_WORKSPACE/dist --buildFuture
+ run: hugo --minify --environment GitHubPages -d $GITHUB_WORKSPACE/dist --buildFuture
40
- name: Generate Search index
41
run: |
42
node ./assets/js/generate-lunr-index.js $GITHUB_WORKSPACE/dist
.github/workflows/hugo.yml
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
- hugo --environment GitHubPages
+ hugo --minify --environment GitHubPages
66
67
68
node ./assets/js/generate-lunr-index.js
0 commit comments