feat: adds extension to display last modified date of each page #714
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: | ||
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 | ||
Check failure on line 19 in .github/workflows/automatic-doc-checks.yml GitHub Actions / Main Documentation ChecksInvalid workflow file
|