Skip to content

Commit

Permalink
Fixup 8f35940: need to run doc/src/conf.py before doc8-check now
Browse files Browse the repository at this point in the history
  • Loading branch information
RKrahl committed Feb 19, 2024
1 parent 8f35940 commit 67b947c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rst-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install dependencies
run: |
pip install setuptools packaging git-props suds
- name: Run conf.py
run: |
python setup.py build
python doc/src/conf.py
- name: doc8-check
uses: deep-entertainment/doc8-action@v4
with:
Expand Down

0 comments on commit 67b947c

Please sign in to comment.