Skip to content

In progress

In progress #2

name: Doxygen GitHub Pages Deploy Action (main)
on:
push:
branches:
- main
- 2024
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/[email protected]
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages-main
folder: documentation/html
config_file: documentation/Doxyfile
target_folder: documentation/main