Skip to content

Commit 0d6186a

Browse files
committed
ci: fix palette json path
1 parent b10dba0 commit 0d6186a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/palette.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache-dependency-glob: "uv.lock"
2222

2323
- name: Fetch latest palette
24-
run: curl -Lo src/palette.json 'https://raw.githubusercontent.com/catppuccin/palette/main/palette.json'
24+
run: curl -Lo palette.json 'https://raw.githubusercontent.com/catppuccin/palette/main/palette.json'
2525

2626
- name: Run codegen
2727
run: uv run --extra matplotlib build.py

0 commit comments

Comments
 (0)