Skip to content

Add a section to the Readme to list existing stac-fastapi extensions … #317

Add a section to the Readme to list existing stac-fastapi extensions …

Add a section to the Readme to list existing stac-fastapi extensions … #317

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- main
paths:
# Rebuild website when docs have changed or code has changed
- "README.md"
- "docs/**"
- "**.py"
workflow_dispatch:
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Install uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
version: "0.9.*"
enable-cache: true
- name: Deploy docs
run: uv run --group docs mkdocs gh-deploy --force -f docs/mkdocs.yml