Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkb-github authored Sep 15, 2024
1 parent 216cfea commit 023aefc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ jobs:
with:
source: ./
destination: ./_site
- name: HTML/CSS/JS Minifier
uses: docker://devatherock/minify-js:3.1.0
with:
directory: './_site'
add_suffix: false
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 023aefc

Please sign in to comment.