[CI] Wait for docs deploy run to finish

This commit is contained in:
Chris Bono
2023-09-30 23:09:31 -05:00
parent 1e445e2b1e
commit 309e279046

View File

@@ -105,12 +105,12 @@ jobs:
if: github.ref_type == 'branch'
env:
GH_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
run: gh workflow run deploy-docs.yml -r $(git rev-parse --abbrev-ref HEAD) -f build-refname=${{ github.ref_name }}
run: gh workflow run watch deploy-docs.yml -r $(git rev-parse --abbrev-ref HEAD) -f build-refname=${{ github.ref_name }}
- name: Dispatch (full build)
if: github.ref_type == 'tag'
env:
GH_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
run: gh workflow run deploy-docs.yml -r $(git rev-parse --abbrev-ref HEAD)
run: gh workflow run watch deploy-docs.yml -r $(git rev-parse --abbrev-ref HEAD)
log_complete:
name: Log Complete
needs: [prerequisites, deploy_artifacts, deploy_docs_antora]