From e208249d15dee6c881c015f2e99c6d3ce7784264 Mon Sep 17 00:00:00 2001 From: Paul Cancel <paul.cancel.etu@univ-lille.fr> Date: Sun, 10 Dec 2023 12:54:09 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6dd4fa1..89908a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,6 @@ pages: - echo "The site will be deploy to $CI_PAGES_URL" artifacts: paths: - - portfolio + - public rules: - if $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH -- GitLab