Skip to content

update doxygen CSS and use v1.11.0 #88

update doxygen CSS and use v1.11.0

update doxygen CSS and use v1.11.0 #88

Workflow file for this run

name: build Docs
on:
pull_request:
branches: [master, v1.x]
paths:
- "*.h"
- "*.md"
- "docs/**"
- "!**README.md"
- "examples**.cpp"
- ".github/workflows/doxygen.yml"
- "Doxyfile"
push:
branches: [master, v1.x]
paths:
- "*.h"
- "*.md"
- "docs/**"
- "!**README.md"
- "examples**.cpp"
- ".github/workflows/doxygen.yml"
- "Doxyfile"
release:
types: [published, edited]
workflow_dispatch:
jobs:
build-docs:
uses: nRF24/.github/.github/workflows/build_docs.yaml@main
with:
deploy-gh-pages: ${{ github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master') }}
doxygen-version: '1.11.0'
secrets: inherit