Skip to content

feat: publish NotebookLM artefacts with GitHub Pages player #3

feat: publish NotebookLM artefacts with GitHub Pages player

feat: publish NotebookLM artefacts with GitHub Pages player #3

Workflow file for this run

name: Deploy Docs
on:
push:
branches: [main]
paths:
- "docs/**"
- "mkdocs.yml"
- ".github/workflows/docs.yml"
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: astral-sh/setup-uv@v4
with:
python-version: "3.12"
- run: uv sync --extra docs
- run: uv run mkdocs gh-deploy --force