From eaf6e248fa7b17982a180fd25ff22fa82905d576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Thu, 20 Mar 2025 00:13:38 +0100 Subject: [PATCH] Edit .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 9df6025..8b956f5 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 - - public + - .output/public # The directory that contains the built files to be published - publish: public + publish: .output/public rules: # This ensures that only pushes to the default branch # will trigger a pages deploy -- GitLab