Skip to content

Commit ef69aba

Browse files
committed
attempt to fix issue with uglifier
1 parent 364d295 commit ef69aba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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
38+
run: JEKYLL_ENV=production bundle exec jekyll build --config _config.yml,_config_harmony.yml
3939

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

_config_harmony.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
jekyll-minifier:
2+
javascript:
3+
uglifier:
4+
harmony: true

0 commit comments

Comments
 (0)