Skip to content

Commit 2c4ffbe

Browse files
author
Fabien Coelho
committed
add missing step
1 parent 6b0dbcb commit 2c4ffbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/doc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313
- name: Set up Python
1414
uses: actions/setup-python@v5
15+
- name: Check documentation
1516
run: make check.docs
1617
- name: Generate documentation
1718
run: |

0 commit comments

Comments
 (0)