From 73caeec7a878724a56be717cde55a2feb12f3776 Mon Sep 17 00:00:00 2001 From: Julien Satti Date: Wed, 28 May 2025 11:58:19 +0000 Subject: [PATCH] Edit .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1963e4c..b2b6d0d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ pages: before_script: - pip install -q mkdocs-material mike - apt-get update -qq && apt-get -qq install -y git > /dev/null - - git config --global --replace-all user.name $GITLAB_USER_NAME + - git config --global --replace-all user.name $GITLAB_USER_LOGIN - git config --global --replace-all user.email $GITLAB_USER_EMAIL - git fetch origin $PAGES_BRANCH && git checkout $PAGES_BRANCH || git checkout -b $PAGES_BRANCH origin/$PAGES_BRANCH || echo "Pages branch not deployed yet." - git checkout $CI_COMMIT_SHA -- GitLab