Skip to content

chore(deps): bump codecov/codecov-action from 2 to 4 #7

chore(deps): bump codecov/codecov-action from 2 to 4

chore(deps): bump codecov/codecov-action from 2 to 4 #7

Workflow file for this run

name: deploy-docs
on:
push:
branches:
- main
- tier4/proposal
paths:
- mkdocs.yaml
- "**/*.md"
- "**/*.svg"
- "**/*.png"
- "**/*.jpg"
pull_request_target:
types:
- opened
- synchronize
- labeled
workflow_dispatch:
jobs:
prevent-no-label-execution:
uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@tier4/proposal

Check failure on line 23 in .github/workflows/deploy-docs.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-docs.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy-docs.yaml" -> "autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@tier4/proposal" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
label: documentation
deploy-docs:
needs: prevent-no-label-execution
if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Deploy docs
uses: autowarefoundation/autoware-github-actions/deploy-docs@tier4/proposal
with:
token: ${{ secrets.GITHUB_TOKEN }}