Skip to content

Commit 993c7fc

Browse files
committed
Run uv
1 parent 5784648 commit 993c7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
if [ -d "json" ] && [ "$(ls -A json/*.json 2>/dev/null)" ]; then
3636
chmod +x convert_json_to_html.py
37-
~/.cargo/bin/uv run convert_json_to_html.py
37+
uv run convert_json_to_html.py
3838
else
3939
echo "No JSON files found in json/ directory, skipping conversion"
4040
fi

0 commit comments

Comments
 (0)