diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cc6ed2..96eedd8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,10 +6,10 @@ variables: pages: script: - hugo --gc --minify - - gzip -k -9 public/* + - find public -type f -print0 | xargs -0 gzip -9 -k artifacts: paths: - public rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - interruptible: true \ No newline at end of file + interruptible: true diff --git a/config.yml b/config.yml index b11794d..4e425b4 100644 --- a/config.yml +++ b/config.yml @@ -32,7 +32,7 @@ params: - link: plugins/slick/slick.css - link: plugins/animate/animate.min.css - link: plugins/venobox/venobox.css - - link: plugins/fontawesome/css/all.css + - link: plugins/fontawesome/css/all.min.css - link: plugins/fira/fira.css js: - link: plugins/jQuery/jquery.min.js @@ -197,4 +197,4 @@ privacy: youtube: privacyEnhanced: true vimeo: - enableDNT: true \ No newline at end of file + enableDNT: true