-
Notifications
You must be signed in to change notification settings - Fork 6
31 lines (29 loc) · 856 Bytes
/
CI.yml
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
name: CI
on:
push:
branches:
- master
jobs:
doc-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install Doxypypy
run: pip install git+https://github.com/Dan-wanna-M/doxypypy@master --force-reinstall
- name: Doxygen Deploy Action
uses: Dan-Wanna-M/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs/dev/html
config_file: Doxyfile
target_folder: dev/
pre_build: |
chmod +x docs/header_gen.sh
./docs/header_gen.sh
chmod +x py_filter.sh
export VERSION="dev"
echo "PROJECT_NUMBER = $VERSION" >> Doxyfile