Skip to content

[Docs] trigger build #49

[Docs] trigger build

[Docs] trigger build #49

Workflow file for this run

name: "Documentation"
on:
pull_request:
paths:
- 'docs/**'
- '.github/workflows/docs.yaml'
- 'README.md'
push:
paths:
- 'docs/**'
- '.github/workflows/docs.yaml'
- 'README.md'
permissions:
contents: read
jobs:
docs:
uses: coreshop/workflow-collection/.github/workflows/docs.yml@v1

Check failure on line 19 in .github/workflows/docs_next.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs_next.yml

Invalid workflow file

error parsing called workflow ".github/workflows/docs_next.yml" -> "coreshop/workflow-collection/.github/workflows/docs.yml@v1" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets:
DOCS_GENERATOR_ACCESS_TOKEN: ${{ secrets.DOCS_GENERATOR_ACCESS_TOKEN }}