From b5467e163500208c4ccaa4caf42b57b0a65cd76f Mon Sep 17 00:00:00 2001 From: norvell Date: Fri, 8 Nov 2024 08:03:57 +0000 Subject: [PATCH] Add "ls -lh public" to get the size of the pages. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67e905a6c..a2fd5457f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1526,7 +1526,7 @@ pages: - *update-scripts-repo - python3 ci/setup_pages.py - ls - - ls public + - ls -lh public artifacts: paths: - public -- GitLab