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
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
push:
branches:
- main
# A docs-source push is independently validated by sync.yml immediately
# before deployment. Avoid installing, testing, and building it twice.
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
- '.github/workflows/sync.yml'

permissions:
contents: read
Expand Down
44 changes: 0 additions & 44 deletions .github/workflows/trigger.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ uv run pytest tests/ -q
served at `docs.openadapt.ai`. It runs when:
- a push to `main` touches `docs/**`, `mkdocs.yml`, or the workflow itself,
which builds and deploys this repository's docs as-is;
- a sub-repository dispatches a `repo-updated` event (see
[`.github/workflows/trigger.yml`](.github/workflows/trigger.yml)) so its
README and changelog pages re-sync here;
- a sub-repository's `notify-docs.yml` workflow dispatches a `repo-updated`
event after its public README, changelog, or release changes, so those
pages re-sync here;
- the weekly schedule or a manual run performs a full cross-repo rebuild.

Every path validates and builds in strict mode before deploying, so a failing
Expand Down