-
Notifications
You must be signed in to change notification settings - Fork 1
40 lines (33 loc) · 1.03 KB
/
Copy pathdoxygenate.yaml
File metadata and controls
40 lines (33 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
on:
push:
branches:
- master
name: Build documentation
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Add Pretty CSS
uses: wei/wget@v1
with:
args: -O docs/doxygen-awesome.css https://raw.githubusercontent.com/jothepro/doxygen-awesome-css/main/doxygen-awesome.css
- name: Add byteme tagfile
uses: wei/wget@v1
with:
args: -O docs/byteme.tag https://ltla.github.io/byteme/byteme.tag
- name: Add sanisizer tagfile
uses: wei/wget@v1
with:
args: -O docs/sanisizer.tag https://ltla.github.io/sanisizer/sanisizer.tag
- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1
with:
working-directory: docs/
- name: GH Pages Deployment
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs/html
target-folder: docs/
clean: true # Automatically remove deleted files from the deploy branch