Skip to content

fix: rename form_fields --> formFields and handle all http errors (#230) #120

fix: rename form_fields --> formFields and handle all http errors (#230)

fix: rename form_fields --> formFields and handle all http errors (#230) #120

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