From fd6b23de8c3115a8aaf5ec56a819e7595f4a2e4c Mon Sep 17 00:00:00 2001 From: pulpbot Date: Mon, 4 Dec 2023 11:58:28 +0000 Subject: [PATCH] Update CI files [noissue] --- .github/template_gitref | 2 +- .github/workflows/scripts/install_python_client.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/template_gitref b/.github/template_gitref index 5eb4b23f51..acf7e28975 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-290-g4d54366 +2021.08.26-291-g9188e37 diff --git a/.github/workflows/scripts/install_python_client.sh b/.github/workflows/scripts/install_python_client.sh index f4eb67b1b0..8e3912bb6e 100755 --- a/.github/workflows/scripts/install_python_client.sh +++ b/.github/workflows/scripts/install_python_client.sh @@ -52,6 +52,7 @@ DOCSYAML # Building the bindings docs mkdocs build -tar cvf ../../pulpcore/core-python-client-docs.tar ./docs +# Pack the built site. +tar cvf ../../pulpcore/core-python-client-docs.tar ./site popd popd