Skip to content

fix: create_if and update_if column in entity sheet (#307) #225

fix: create_if and update_if column in entity sheet (#307)

fix: create_if and update_if column in entity sheet (#307) #225

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/doxygen_build.yml@2.0.5
with:
output_path: docs/apidocs
publish_docs:
uses: hotosm/gh-workflows/.github/workflows/mkdocs_build.yml@2.0.5
needs: [build_doxygen]
with:
doxygen: true