From 065d1136e625d7993711533cce0293e3dfa6c19c Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 15 Sep 2020 14:59:55 +0200 Subject: ci: tree: use utf8 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3a57f1..9fb14cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ pages: - mkdir public - mv rpms-fedora public/fedora - dnf install -y tree - - tree -H . public > index.html + - tree --charset utf8 -H . public > index.html - mv index.html public artifacts: paths: -- cgit