summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-24 16:57:21 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-24 16:57:21 +0200
commit22c4dcdc804500f28534d47618199b6059ba154f (patch)
tree7d695d924f9329d7b77d63dc721625cf14b57e1d
parent1ae9f77a5d20466124adcd997649f20bf265c11f (diff)
gitlab-ci
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b227ef4..db32c43 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ pages:
script:
- git submodule init && git submodule update
- mkdir public && cp -r db modules resources index.html public
- - gzip -k public/*.html public/*.js public/*.css
+ - gzip -k public/*.html public/resources/**/*.js public/resources/**/*.css
artifacts:
paths: