Skip to content

Commit 200dd1e

Browse files
committed
Add Doxygen Documentation
1 parent 90c2ea3 commit 200dd1e

File tree

5 files changed

+2584
-0
lines changed

5 files changed

+2584
-0
lines changed

.github/workflows/docs.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Documentation build CI
2+
on:
3+
push:
4+
branches:
5+
- main
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v2
12+
with:
13+
repository: 'jothepro/doxygen-awesome-css'
14+
path: 'doc/doxygen-awesome-css'
15+
- name: Build docs
16+
uses: mattnotmitt/[email protected]
17+
- name: Deploy
18+
uses: peaceiris/actions-gh-pages@v3
19+
with:
20+
github_token: ${{ secrets.GITHUB_TOKEN }}
21+
publish_dir: ./doc/html
22+

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
.DS_Store?
33
build/
44
scripts/west_commands/__pycache__/*.pyc
5+
doc/html
6+
doc/latex

0 commit comments

Comments
 (0)