From 54171c41eccfc9799b9f59c72908bf3204b9bcd0 Mon Sep 17 00:00:00 2001 From: Tim Repke <repke@mcc-berlin.net> Date: Tue, 11 Apr 2023 20:43:18 +0200 Subject: [PATCH] add ll --- .gitlab-ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97e9b54..183efd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,9 +18,12 @@ workflow: pages: stage: build script: - - ls -lisah ../../../../../tmp - - hugo - - hugo + - ls -lisah . + - ls -lisah .. + - ls -lisah ../.. + - ls -lisah ../../.. + - ls -lisah ../../../.. + - ls -lisah ../../../../.. - hugo artifacts: expire_in: 1 day -- GitLab