Skip to content

Commit d15e1fd

Browse files
fix: remove duplicate brand CSS fetch step in docs workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent db2d13e commit d15e1fd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ 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: Fetch brand CSS
37-
run: |
38-
curl -sL https://raw.githubusercontent.com/Project-Navi/brand/main/docs/stylesheets/navi.css \
39-
-o docs/stylesheets/navi.css
4036
- name: Build site
4137
run: uv run zensical build
4238
- name: Strip internal docs from build

0 commit comments

Comments
 (0)