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 364d295 commit ef69abaCopy full SHA for ef69aba
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
run: npm install --global markdownlint-cli
36
37
- name: Build Jekyll site
38
- run: JEKYLL_ENV=production bundle exec jekyll build
+ run: JEKYLL_ENV=production bundle exec jekyll build --config _config.yml,_config_harmony.yml
39
40
- name: Run markdownlint
41
run: markdownlint _posts _drafts _pages README.md
_config_harmony.yml
@@ -0,0 +1,4 @@
1
+jekyll-minifier:
2
+ javascript:
3
+ uglifier:
4
+ harmony: true
0 commit comments