Skip to content

fix: For ODK, make sure there is always a label & title #100

fix: For ODK, make sure there is always a label & title

fix: For ODK, make sure there is always a label & title #100

Workflow file for this run

name: 📖 Publish Docs
on:
push:
paths:
- docs/**
- osm_fieldwork/**
- mkdocs.yml
branches: [main]
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
build_doxygen:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
with:
output_path: docs/apidocs
publish_docs:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
needs: [build_doxygen]
with:
image: ghcr.io/${{ github.repository }}:ci
doxygen: true