Skip to content

feat: JSON Feed 1.1 output via jsonfeed, items --jsonfeed and to_… #6

feat: JSON Feed 1.1 output via jsonfeed, items --jsonfeed and to_…

feat: JSON Feed 1.1 output via jsonfeed, items --jsonfeed and to_… #6

Workflow file for this run

name: Deploy docs
on:
push:
branches:
- master
paths:
- "docs/**"
- "mkdocs.yml"
- ".github/workflows/docs.yml"
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
python-version: "3.12"
- name: Install dependencies
run: uv sync --locked --group docs
- name: Deploy to gh-pages
run: uv run mkdocs gh-deploy --force