From ae3b97cfb43d36faf5ca1aa9530371df0955b78f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Thu, 20 Mar 2025 00:10:33 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b956f5..9df6025 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,9 +17,9 @@ pages: artifacts: paths: # The directory that contains the built files to be published - - .output/public + - public # The directory that contains the built files to be published - publish: .output/public + publish: public rules: # This ensures that only pushes to the default branch # will trigger a pages deploy -- GitLab