Skip to content

docs: add markdownlint ignore for html #7

docs: add markdownlint ignore for html

docs: add markdownlint ignore for html #7

Workflow file for this run

name: Publish Docs
on:
push:
paths:
- docs/**
- fmtm_splitter/**
- mkdocs.yml
branches: [main]
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
build_doxygen:
uses: hotosm/gh-workflows/.github/workflows/doxygen_build.yml@main
with:
output_path: docs/apidocs
publish_docs:
uses: hotosm/gh-workflows/.github/workflows/mkdocs_build.yml@main
needs: [build_doxygen]
with:
image: ghcr.io/${{ github.repository }}:ci
doxygen: true