From b7823198be6cf2d9b2ce682c8269b2f19c6b0784 Mon Sep 17 00:00:00 2001 From: Laurent Pouilloux <laurent.pouilloux@inria.fr> Date: Tue, 25 Feb 2025 09:16:05 +0100 Subject: [PATCH] [ci] replace diff by update in wiki --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05bec8a9dc2..f715b9abfa8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ wikigen: DEBIAN_VERSION: [bookworm] script: - echo "$GRID5000_API" > "${HOME}/.grid5000_api.yml" - - bundle exec rake gen:wiki NAME=${GENERATOR} SITE=${SITE} DO=diff + - bundle exec rake gen:wiki NAME=${GENERATOR} SITE=${SITE} DO=update only: refs: - master -- GitLab