diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f189bda..ca41c48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,7 @@ jobs: mkdir -p ./pages minify -r -o ./pages/ ./*.html minify -r -o ./pages/ ./*.js + minify -r -o ./pages/ ./*.css minify -r -o ./pages/ ./*.svg cp ./LICENSE* ./pages/ diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0740a21..f2af2f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ minify_html: stage: build script: - go install github.com/tdewolff/minify/v2/cmd/minify@latest - - minify -r -o public/ ./*.html + - minify -r -o public/ ./*.html ./*.css ./*.css ./*.js artifacts: paths: - ./public/ diff --git a/index.html b/index.html index 83e162d..f61619b 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + @@ -45,5 +45,5 @@

5mdt
Noise Generator

- +