Skip to content

Add the Spinx starter pack for RTD site (ISD-2738) #11

Add the Spinx starter pack for RTD site (ISD-2738)

Add the Spinx starter pack for RTD site (ISD-2738) #11

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: "docs"
fetch-depth: 0