Skip to content

Commit 317a11e

Browse files
author
Alec Jacobson
committed
attempt to pull in doxygen
1 parent 8bf7223 commit 317a11e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
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
@@ -24,6 +25,16 @@ jobs:
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

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,4 @@ nav:
9595
- About:
9696
- Changelog: changelog.md
9797
- License: license.md
98+
- Detailed Documentation: dox/index.html

0 commit comments

Comments
 (0)