Skip to content

Commit e45868c

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 81852c0 commit e45868c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- name: Install docs dependencies
3030
# For library repos, remove --no-install-project so the package is importable
3131
run: uv sync --frozen --group docs
32+
- name: Fetch brand CSS
33+
run: |
34+
curl -sL https://raw.githubusercontent.com/Project-Navi/brand/main/docs/stylesheets/navi.css \
35+
-o docs/stylesheets/navi.css
3236
- name: Build site
3337
run: uv run zensical build
3438
- name: Strip internal docs from build

0 commit comments

Comments
 (0)