Skip to content

Commit 9d6c25e

Browse files
chore: fetch brand CSS from canonical source at build time
Single source of truth for navi.css lives in the brand repo. CI fetches it before every build so docs sites stay in sync. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8f67e56 commit 9d6c25e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
# For library repos, remove --no-install-project so the package is importable
3131
run: uv sync --frozen --no-install-project --group docs
3232
- name: Build site
33+
- name: Fetch brand CSS
34+
run: |
35+
curl -sL https://raw.githubusercontent.com/Project-Navi/brand/main/docs/stylesheets/navi.css \
36+
-o docs/stylesheets/navi.css
37+
3338
run: uv run zensical build
3439
- name: Strip internal docs from build
3540
run: rm -rf site/internal site/aristotle site/plans

0 commit comments

Comments
 (0)