Skip to content

Merge pull request #163 from steve-downey/ci-fix-20251230 #23

Merge pull request #163 from steve-downey/ci-fix-20251230

Merge pull request #163 from steve-downey/ci-fix-20251230 #23

name: Doxygen GitHub Pages Deploy Action
on:
push:
branches:
- main
- doxify
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
egress-policy: audit
- uses: DenverCoder1/doxygen-github-pages-action@a30f9538f8ef1305aeceb563018f452c7a62d200 # v2.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs/html
config_file: docs/Doxyfile