Skip to content

[Classification Store]: Add config endpoints (#1686) #123

[Classification Store]: Add config endpoints (#1686)

[Classification Store]: Add config endpoints (#1686) #123

Workflow file for this run

name: "Documentation (Reusable)"
on:
pull_request_target:
branches:
- "[0-9]+.[0-9]+"
- "[0-9]+.x"
- "docs_actions"
paths:
- "doc/**"
- ".github/workflows/new-docs.yml"
- "README.md"
push:
branches:
- "[0-9]+.[0-9]+"
- "[0-9]+.x"
- "docs_actions"
paths:
- "doc/**"
- ".github/workflows/new-docs.yml"
- "README.md"
permissions:
contents: read
jobs:
docs:
uses: pimcore/workflows-collection-public/.github/workflows/reusable-docs.yaml@reusable-workflows
with:
docs_path: "doc"
secrets:
DOCS_GENERATOR_ACCESS_TOKEN: ${{ secrets.DOCS_GENERATOR_ACCESS_TOKEN }}