Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Only consider changes to documentation
# Only consider changes to documentation, or this workflow
paths:
- '**/*.md'
- '**/*.rst'
- '**/*.txt'
- .github/workflows/docs.yml
schedule:
- cron: '25 6 * * 3'

Expand All @@ -30,7 +31,7 @@ jobs:
- name: Install rstcheck and markdownlint
run: |
pip install rstcheck
sudo gem install mdl
sudo gem install mdl -v '0.15.0'

- name: Run rstcheck on all RST files
run: make checkrst
Expand Down