Skip to content

fix(mapper): conditionally render status badges on project card (#2635) #1381

fix(mapper): conditionally render status badges on project card (#2635)

fix(mapper): conditionally render status badges on project card (#2635) #1381

Workflow file for this run

name: 📖 Publish Docs
on:
push:
paths:
- docs/**
- src/**
- mkdocs.yml
branches: [development]
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
# TODO need to also publish osm-fieldwork docs somewhere...
build_openapi_json:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
with:
image: ghcr.io/${{ github.repository }}/backend:ci-${{ github.ref_name }}
example_env_file_path: ".env.example"
output_path: docs/openapi.json
publish_docs:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
needs:
- build_openapi_json
with:
openapi: true