Skip to content

Commit

Permalink
[Docs] update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Feb 11, 2024
1 parent d74ac1d commit 3b3e468
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docs_next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@ on:
pull_request:
paths:
- 'docs/**'
- '.github/workflows/docs.yaml'
- '.github/workflows/docs_next.yml'
- 'README.md'
push:
paths:
- 'docs/**'
- '.github/workflows/docs.yaml'
- '.github/workflows/docs_next.yml'
- 'README.md'

permissions:
contents: read

jobs:
docs:
uses: coreshop/workflow-collection/.github/workflows/docs.yml@v1
secrets:
DOCS_GENERATOR_ACCESS_TOKEN: ${{ secrets.DOCS_GENERATOR_ACCESS_TOKEN }}
uses: coreshop/workflow-collection/.github/workflows/docs.yml@v1

0 comments on commit 3b3e468

Please sign in to comment.