File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@v1
15
15
with :
16
16
fetch-depth : 1
17
+ submodules : true
17
18
18
19
- name : Setup Python 🐍
19
20
uses : actions/setup-python@v4
24
25
- name : Install Pip Requirements 🐷
25
26
run : pip install -r requirements.txt
26
27
28
+ - name : Install doxygen 🧪
29
+ uses : ssciwr/doxygen-install@v1
30
+
31
+ - name : Clone libigl & run doxygen 🤖
32
+ run : |
33
+ git clone -b alecjacobson/doxygen https://github.com/libigl/libigl/
34
+ cd docs/
35
+ doxygen ../libigl/docs/doxygen.conf
36
+
37
+
27
38
- name : Build website 🛠
28
39
shell : bash
29
40
run : mkdocs build
Original file line number Diff line number Diff line change 95
95
- About :
96
96
- Changelog : changelog.md
97
97
- License : license.md
98
+ - Detailed Documentation : dox/index.html
You can’t perform that action at this time.
0 commit comments