Skip to content

doc: Add info on importing from a private repo #756

doc: Add info on importing from a private repo

doc: Add info on importing from a private repo #756

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: "sp-docs"
fetch-depth: 0
# runs-on: "ubuntu-22.04"