Skip to content

refactor: add dockerfile example directly in containers intro #22

refactor: add dockerfile example directly in containers intro

refactor: add dockerfile example directly in containers intro #22

Workflow file for this run

name: Publish Docs
on:
push:
paths:
- docs/**
- mkdocs.yml
- README.md
branches: [main]
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
publish_docs:
uses: hotosm/gh-workflows/.github/workflows/mkdocs_build.yml@main