Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

fix: Update the status to go with the action #87

fix: Update the status to go with the action

fix: Update the status to go with the action #87

Workflow file for this run

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