Loading other/pages-hugo.yml +20 −15 Original line number Diff line number Diff line Loading @@ -4,9 +4,14 @@ pages: image: registry.gitlab.com/notno/hugo # before_script: # Add a before script to add an external theme, like this example # - git clone https://github.com/matcornic/hugo-theme-learn.git themes/hugo-theme-learn variables: MINIFY: "false" # Further minify all files script: - hugo --minify - /minify.sh . - | if [ ${MINIFY} = "true" ]; then /minify.sh . fi - gzip -kr public artifacts: paths: Loading Loading
other/pages-hugo.yml +20 −15 Original line number Diff line number Diff line Loading @@ -4,9 +4,14 @@ pages: image: registry.gitlab.com/notno/hugo # before_script: # Add a before script to add an external theme, like this example # - git clone https://github.com/matcornic/hugo-theme-learn.git themes/hugo-theme-learn variables: MINIFY: "false" # Further minify all files script: - hugo --minify - /minify.sh . - | if [ ${MINIFY} = "true" ]; then /minify.sh . fi - gzip -kr public artifacts: paths: Loading