Skip to content

Commit 5ae8575

Browse files
committed
Add doc build workflow
1 parent 7865d79 commit 5ae8575

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/docs.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Build Documentation
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
push:
6+
branches: [main]
7+
jobs:
8+
build-docs:
9+
name: Build Documentation
10+
runs-on: ubuntu-24.04
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v2
14+
- name: Doxygen
15+
uses: mattnotmitt/[email protected]
16+
with: { working-directory: docs }

0 commit comments

Comments
 (0)