handling master docs (#2465)

This commit is contained in:
James Hodgkinson 2024-02-01 10:53:50 +10:00 committed by GitHub
parent 876f7782cf
commit ed2bd846cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,14 @@ jobs:
path: ./docs/
env:
ACTIONS_RUNNER_DEBUG: true
- name: Download individual artifact
- name: Download master artifact
uses: actions/download-artifact@v4
with:
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 }}"
@ -105,8 +112,6 @@ jobs:
- 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"