Skip to content

Commit c6e444a

Browse files
committed
reintroduce building of docs within .github/workflows/example_package_project-ci.yaml
1 parent 1ed35a3 commit c6e444a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/example_package_project-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
run: |
5050
pip install --upgrade pip
5151
pip install -e .[docs]
52-
# - name: Build docs
53-
# run: cd docs && make
52+
- name: Build docs
53+
run: cd docs && make
5454

5555
pre-commit:
5656
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)