Skip to content

Commit

Permalink
test the correct repository branch ...
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Sep 19, 2024
1 parent b4b2a65 commit 9a0cc4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
prevent-no-label-execution:
uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@build/deploy-docd-pathspec
uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1
with:
label: tag:deploy-docs

Expand All @@ -36,7 +36,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Deploy docs
uses: autowarefoundation/autoware-github-actions/deploy-docs@v1
uses: autowarefoundation/autoware-github-actions/deploy-docs@build/deploy-docd-pathspec
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest: ${{ github.event_name != 'pull_request_target' && github.ref_name == github.event.repository.default_branch }}

0 comments on commit 9a0cc4c

Please sign in to comment.