Skip to content

fix: Process the refs for ways when using a local database (#20) #101

fix: Process the refs for ways when using a local database (#20)

fix: Process the refs for ways when using a local database (#20) #101

Workflow file for this run

name: 📖 Publish Docs
on:
push:
paths:
- docs/**
- osm_rawdata/**
- 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