Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Automatic deploy on push is disabled.
# GitHub Pages is published from the `gh-pages` branch via
# `./scripts/deploy-docs-pages-local.sh` (see docs/demos/TOOLING.md).
# Keep this workflow for optional manual runs only.
name: Deploy to GitHub Pages

on:
push:
branches:
- main
paths:
- 'docs/**'
- '.github/workflows/pages.yml'
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion docs/demos/TOOLING.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ docgen --config docgen.yaml validate

## Manual publish to GitHub Pages

There is **no CI workflow for video generation**. Recordings stay **gitignored on `main`**.
There is **no CI workflow for video generation**, and **Deploy to GitHub Pages** is not triggered on push (manual `workflow_dispatch` only). Recordings stay **gitignored on `main`**.

After regenerating locally:

Expand Down
Loading