Skip to content

Commit dee00e5

Browse files
committed
doxygen again
1 parent 3eaa696 commit dee00e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- master
77
- develop
8-
- docCI
98
pull_request:
109
paths-ignore:
1110
- '.github/ISSUE_TEMPLATE/*'
@@ -21,6 +20,7 @@ jobs:
2120
submodules: recursive
2221
- name: install dependencies
2322
run: sudo apt-get install -y doxygen
23+
- name: install doxygen
2424
run: python -m pip install --exists-action=w --no-cache-dir -r doc/python_requirements.txt
2525
- name: compile documentation
2626
run: python -m sphinx -T -b html -d _build/doctrees -D language=en doc/source doc/html

0 commit comments

Comments
 (0)