Skip to content

Switch docs hosting to developmentseed domain #67

@maxrjones

Description

@maxrjones

Workflow from another project:

name: Publish docs via GitHub Pages

on:
  push:
    branches:
      - main

jobs:
  build:
    name: Deploy docs
    runs-on: ubuntu-latest
    steps:
      - name: Checkout main
        uses: actions/checkout@v6

      - name: Install uv
        uses: astral-sh/setup-uv@v7
        with:
          version: "0.9.*"
          enable-cache: true

      - name: Deploy docs
        run: uv run --group docs mkdocs gh-deploy --force

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions