Merge pull request #2078 from rkratky/rtd-update #194
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Main Documentation Checks | |
on: | |
pull_request: | |
paths: | |
- 'doc/**' | |
push: | |
paths: | |
- 'doc/**' | |
workflow_dispatch: | |
paths: | |
- 'doc/**' | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
documentation-checks: | |
uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main | |
with: | |
working-directory: 'doc' |