aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 424235b..662a646 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,7 +75,7 @@ pages:
- mkdir public
- for d in centos7 centos8 fedora wsl; do mv -v ${d}/index.html public/${d}.html; done
- cat pages/header.html > listing.html
- - grep "href.*xz" public/${d}.html >> listing.html
+ - grep "href.*xz" public/*.html >> listing.html
- cat pages/footer.html >> listing.html
- mv -v listing.html public
- tree --charset utf8 -T "images" -H . public > index.html