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 1414 uses : actions/checkout@v1
1515 with :
1616 fetch-depth : 1
17+ submodules : true
1718
1819 - name : Setup Python 🐍
1920 uses : actions/setup-python@v4
2425 - name : Install Pip Requirements 🐷
2526 run : pip install -r requirements.txt
2627
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+
2738 - name : Build website 🛠
2839 shell : bash
2940 run : mkdocs build
Original file line number Diff line number Diff line change 9595 - About :
9696 - Changelog : changelog.md
9797 - License : license.md
98+ - Detailed Documentation : dox/index.html
You can’t perform that action at this time.
0 commit comments