ci: doc-publish: specify artifacts run_id
Set the artifact run_id to the one from the doc-build workflow. This way the downloaded artifact should always match the one from the build action that triggered publish. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
38eed4a49e
commit
3c5e937ae2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/doc-publish.yml
vendored
1
.github/workflows/doc-publish.yml
vendored
|
@ -28,6 +28,7 @@ jobs:
|
||||||
uses: dawidd6/action-download-artifact@v2
|
uses: dawidd6/action-download-artifact@v2
|
||||||
with:
|
with:
|
||||||
workflow: doc-build.yml
|
workflow: doc-build.yml
|
||||||
|
run_id: ${{ github.event.workflow_run.id }}
|
||||||
|
|
||||||
- name: Uncompress HTML docs
|
- name: Uncompress HTML docs
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue