diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 480540d..0883f32 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -21,5 +21,7 @@ jobs: - name: Build site run: hugo --minify - - name: list files - run: tree . + - name: Setup tree + run: apt update && apt install tree -y + - name: Run tree + run: tree