Skip to content

Commit 5c3783e

Browse files
committed
fix build
1 parent a7e372b commit 5c3783e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: npm install --global markdownlint-cli
3636

3737
- name: Build Jekyll site
38-
run: JEKYLL_ENV=production bundle exec jekyll build --config _config.yml,_config_harmony.yml
38+
run: JEKYLL_ENV=production bundle exec jekyll build
3939

4040
- name: Run markdownlint
4141
run: markdownlint _posts _drafts _pages README.md

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,10 @@ whitelist:
217217
- jekyll-minifier
218218
- jemoji
219219

220+
# Jekyll Minifier Configuration
221+
jekyll-minifier:
222+
uglifier_args:
223+
harmony: true
220224

221225
# Archives
222226
# Type

_config_harmony.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)