Skip to content

drop redundant link to init.sh #771

drop redundant link to init.sh

drop redundant link to init.sh #771

#
name: Automatic doc checks
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
# Manual trigger
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