From 37d130307ffb198f42a2c043e7e502ae9bc4ef4b Mon Sep 17 00:00:00 2001 From: juanlofer-eprosima <88179026+juanlofer-eprosima@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:51:47 +0100 Subject: [PATCH] Disable uploading documentation artifacts (#177) Signed-off-by: Juan Lopez Fernandez --- .github/workflows/reusable-ubuntu-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index ed8cad46..5c0d1ea0 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -275,6 +275,7 @@ jobs: path_to_requirements: "${{ github.workspace }}/src/ddsrecordreplay/docs/requirements.txt" docs_subpackage_name: ${{ env.docs_packages_names }} secret_token: ${{ secrets.GITHUB_TOKEN }} + upload_artifact: false #####################################################################