Skip to content

Docs: Update addressing & Title Info (#223) #170

Docs: Update addressing & Title Info (#223)

Docs: Update addressing & Title Info (#223) #170

Workflow file for this run

name: build Docs
on:
pull_request:
branches: [master, v1.x]
paths:
- "*.h"
- "docs/**"
- "!docs/README.md"
- "*.md"
- "images/**"
- ".github/workflows/doxygen.yml"
- "Doxyfile"
- "library.properties" # get lib version from here
push:
branches: [master, v1.x]
paths:
- "*.h"
- "docs/**"
- "!docs/README.md"
- "*.md"
- "images/**"
- ".github/workflows/doxygen.yml"
- "Doxyfile"
- "library.properties" # get lib version from here
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') }}
secrets: inherit