Skip to content

feat(monitoring): filter robots.txt noise from sentry traces and even… #1801

feat(monitoring): filter robots.txt noise from sentry traces and even…

feat(monitoring): filter robots.txt noise from sentry traces and even… #1801

Workflow file for this run

name: 📖 Publish Docs
on:
push:
paths:
- docs/**
- src/**
- tasks/**
- Justfile
- mkdocs.yml
branches: [dev]
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
docs:
uses: hotosm/gh-workflows/.github/workflows/just.yml@3.6.0
with:
environment: "test"
command: "docs publish"
secrets: inherit