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,18 +95,23 @@ jobs:
path: ./docs/ path: ./docs/
env: env:
ACTIONS_RUNNER_DEBUG: true ACTIONS_RUNNER_DEBUG: true
- name: Download individual artifact - name: Download master artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: 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/ path: ./docs/
env: env:
ACTIONS_RUNNER_DEBUG: true ACTIONS_RUNNER_DEBUG: true
- name: Extract the files - name: Extract the files
run: | run: |
pwd pwd
echo "doing find $(pwd) -ls maxdepth 2"
find $(pwd) -ls -maxdepth 2
echo "doing find tar.gz ls" echo "doing find tar.gz ls"
find $(pwd) -name '*.tar.gz' -ls find $(pwd) -name '*.tar.gz' -ls
echo "extracting" echo "extracting"