We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5784648 commit 993c7fcCopy full SHA for 993c7fc
.github/workflows/deploy-pages.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
if [ -d "json" ] && [ "$(ls -A json/*.json 2>/dev/null)" ]; then
36
chmod +x convert_json_to_html.py
37
- ~/.cargo/bin/uv run convert_json_to_html.py
+ uv run convert_json_to_html.py
38
else
39
echo "No JSON files found in json/ directory, skipping conversion"
40
fi
0 commit comments