diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-09 15:56:59 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-09 15:56:59 +0100 |
commit | 7b0dc2c1e553d9bcc7c364e725c74769cfda0353 (patch) | |
tree | cb2da8a834b71993369d09242fa7c654ef605e75 | |
parent | 89530012357fdb77076d08475dfb68ba5dc1af27 (diff) | |
download | imagefish-7b0dc2c1e553d9bcc7c364e725c74769cfda0353.tar.gz |
use listing
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c98450b..0be55ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,9 +83,9 @@ pages: - cat pages/wsl.html >> listing.html - cat public/*.html | grep "href.*tar.xz" >> listing.html - cat pages/footer.html >> listing.html - - mv -v listing.html public + - mv -v listing.html public/index.html - tree --charset utf8 -T "images" -H . public > tree.html - - mv -v tree.html public/index.html + - mv -v tree.html public artifacts: paths: - public/ |