Skip to content

Commit 84987df

Browse files
committed
Use Docker VHS image for reliable demo GIF rendering
1 parent 810af8a commit 84987df

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/generate-demo.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ jobs:
2020
python -m pip install --upgrade pip
2121
pip install -e .
2222
23-
- name: Render VHS demo
24-
uses: charmbracelet/vhs-action@v2
25-
with:
26-
path: .github/demo.tape
23+
- name: Render VHS demo (Docker)
24+
run: |
25+
docker run --rm -v "$PWD":/vhs ghcr.io/charmbracelet/vhs .github/demo.tape
2726
2827
- name: Upload demo artifact
2928
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)