From ed2bd846cc45147582953e18807002b66fcbb348 Mon Sep 17 00:00:00 2001 From: James Hodgkinson Date: Thu, 1 Feb 2024 10:53:50 +1000 Subject: [PATCH] handling master docs (#2465) --- .github/workflows/kanidm_book.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/kanidm_book.yml b/.github/workflows/kanidm_book.yml index d6f183370..75de6dd2c 100644 --- a/.github/workflows/kanidm_book.yml +++ b/.github/workflows/kanidm_book.yml @@ -95,18 +95,23 @@ jobs: path: ./docs/ env: ACTIONS_RUNNER_DEBUG: true - - name: Download individual artifact + - name: Download master artifact uses: actions/download-artifact@v4 with: - name: "individual${{ needs.pre_deploy.outputs.latest}}" + name: individualmaster + path: ./docs/ + env: + ACTIONS_RUNNER_DEBUG: true + - name: Download stble artifact + uses: actions/download-artifact@v4 + with: + name: "individual${{ needs.pre_deploy.outputs.latest }}" path: ./docs/ env: ACTIONS_RUNNER_DEBUG: true - name: Extract the files run: | pwd - echo "doing find $(pwd) -ls maxdepth 2" - find $(pwd) -ls -maxdepth 2 echo "doing find tar.gz ls" find $(pwd) -name '*.tar.gz' -ls echo "extracting"