Update .gitlab-ci.yml file

This commit is contained in:
Ali Amr Ali Taha Elnwegy 2025-05-28 08:06:05 +02:00
parent b89a0fe294
commit c92be87136

View File

@ -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-)