mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
handling master docs (#2465)
This commit is contained in:
parent
876f7782cf
commit
ed2bd846cc
13
.github/workflows/kanidm_book.yml
vendored
13
.github/workflows/kanidm_book.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue