Skip to content

Replace old documentation with clear repository and the Sphinx starter pack template #1

Replace old documentation with clear repository and the Sphinx starter pack template

Replace old documentation with clear repository and the Sphinx starter pack template #1

name: Main Documentation Checks
on:
push:
branches: [main]
pull_request:
# Manual trigger
workflow_dispatch:
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: "."
fetch-depth: 0