Skip to content

Commit

Permalink
docs spec check
Browse files Browse the repository at this point in the history
  • Loading branch information
maci3jka committed Oct 1, 2024
1 parent 1a7bafd commit fe8eb4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/automatic-doc-checks.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Core Documentation Checks

on:
- workflow_dispatch
workflow_dispatch:
pull_request:
paths:
- 'docs/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions docs/moonray/.sphinx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
git+https://github.com/canonical/canonical-sphinx@main#egg=canonical-sphinx
sphinx-autobuild
pyspelling

0 comments on commit fe8eb4f

Please sign in to comment.