Skip to content

test: add multiple tests for OdkForm methods #118

test: add multiple tests for OdkForm methods

test: add multiple tests for OdkForm methods #118

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:
doxygen: true