Skip to content

Commit bfa54f7

Browse files
committed
clean naming
no submodule (experimental)
1 parent dee00e5 commit bfa54f7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/idefix-ci-doc.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ jobs:
1616
steps:
1717
- name: Check out repo
1818
uses: actions/checkout@v3
19-
with:
20-
submodules: recursive
21-
- name: install dependencies
22-
run: sudo apt-get install -y doxygen
2319
- name: install doxygen
20+
run: sudo apt-get install -y doxygen
21+
- name: install python dependencies
2422
run: python -m pip install --exists-action=w --no-cache-dir -r doc/python_requirements.txt
2523
- name: compile documentation
2624
run: python -m sphinx -T -b html -d _build/doctrees -D language=en doc/source doc/html

0 commit comments

Comments
 (0)