Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/checklink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# For maximum backward compatibility with Hugo modules
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: hugo --environment GitHubPages -d $GITHUB_WORKSPACE/dist --buildFuture
run: hugo --minify --environment GitHubPages -d $GITHUB_WORKSPACE/dist --buildFuture
- name: Generate Search index
run: |
node ./assets/js/generate-lunr-index.js $GITHUB_WORKSPACE/dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: |
hugo --environment GitHubPages
hugo --minify --environment GitHubPages
- name: Generate Search index
run: |
node ./assets/js/generate-lunr-index.js
Expand Down