We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7daa88a commit 0451a91Copy full SHA for 0451a91
.github/workflows/gh-pages.yml
@@ -38,7 +38,7 @@ jobs:
38
env:
39
PYTHONPATH: src
40
run: |
41
- uv run python scripts/ci_render_demo.py
+ uv run python -m scripts.ci_render_demo
42
43
- name: Setup Node.js
44
uses: actions/setup-node@v4
0 commit comments