Skip to content

Commit a2f4786

Browse files
fix: correct docs workflow YAML structure for brand CSS fetch
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 501d18b commit a2f4786

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@ jobs:
3333
run: |
3434
curl -sL https://raw.githubusercontent.com/Project-Navi/brand/main/docs/stylesheets/navi.css \
3535
-o docs/stylesheets/navi.css
36-
- name: Build site
3736
- name: Fetch brand CSS
3837
run: |
3938
curl -sL https://raw.githubusercontent.com/Project-Navi/brand/main/docs/stylesheets/navi.css \
4039
-o docs/stylesheets/navi.css
41-
40+
- name: Build site
4241
run: uv run zensical build
4342
- name: Strip internal docs from build
4443
run: rm -rf site/internal site/aristotle site/plans

0 commit comments

Comments
 (0)