From c92be871362ec8ec9fbfd46dad5f0bdf48d9b59e Mon Sep 17 00:00:00 2001 From: Ali Amr Ali Taha Elnwegy Date: Wed, 28 May 2025 08:06:05 +0200 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 27e1534..0726063 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,4 +30,4 @@ prepare-job: sync-docs-job: # This job runs in the build stage, which runs first. stage: sync script: - - confluence.md --user $CU_USER --token $CU_SECRET --url https://imek.atlassian.net update --file README.md --title $(head -n1 README.md | cut -d' ' -f2-) + - confluence.md --user $CU_USER --token $CU_SECRET --url https://imek.atlassian.net update --file README.md --page_id 1134493746 --title $(head -n1 README.md | cut -d' ' -f2-)