Skip to content

Commit

Permalink
Gzip files for GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynote committed Dec 3, 2023
1 parent 2538e42 commit 081349f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pages:
LC_ALL: C.UTF-8
script:
- bundle exec jekyll build -d public
- gzip -k -9 $(find public -iname '*.html' -o -iname '*.css' -o -iname '*.js' -o -iname '*.json') || true
artifacts:
paths:
- public
Expand Down

0 comments on commit 081349f

Please sign in to comment.