Browse Source
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastián Ramírez <[email protected]>pull/9249/head
committed by
GitHub
2 changed files with 2 additions and 2 deletions
@ -16,7 +16,7 @@ jobs: |
|||
rm -rf ./site |
|||
mkdir ./site |
|||
- name: Download Artifact Docs |
|||
uses: dawidd6/[email protected]4.3 |
|||
uses: dawidd6/[email protected]6.0 |
|||
with: |
|||
github_token: ${{ secrets.GITHUB_TOKEN }} |
|||
workflow: build-docs.yml |
|||
|
@ -20,7 +20,7 @@ jobs: |
|||
|
|||
- run: pip install smokeshow |
|||
|
|||
- uses: dawidd6/[email protected]4.3 |
|||
- uses: dawidd6/[email protected]6.0 |
|||
with: |
|||
workflow: test.yml |
|||
commit: ${{ github.event.workflow_run.head_sha }} |
|||
|
Loading…
Reference in new issue