Skip to content

Commit f64fa0e

Browse files
Update GitHub Actions workflow to include custom PyMOL configuration during demo rendering.
1 parent 80fa45d commit f64fa0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/render-demos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
for pml in scripts/demos/*.pml; do
4444
name=$(basename "$pml" .pml)
4545
echo "Rendering $name..."
46-
xvfb-run -a pymol -cqxi "$pml"
46+
xvfb-run -a pymol -cqxi -d "@${PYMOLRC}" "$pml"
4747
done
4848
ls -la assets/
4949

0 commit comments

Comments
 (0)