Skip to content

Bump version to v0.4.6&update docs #182

Bump version to v0.4.6&update docs

Bump version to v0.4.6&update docs #182

Workflow file for this run

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