We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810af8a commit 84987dfCopy full SHA for 84987df
.github/workflows/generate-demo.yml
@@ -20,10 +20,9 @@ jobs:
20
python -m pip install --upgrade pip
21
pip install -e .
22
23
- - name: Render VHS demo
24
- uses: charmbracelet/vhs-action@v2
25
- with:
26
- path: .github/demo.tape
+ - name: Render VHS demo (Docker)
+ run: |
+ docker run --rm -v "$PWD":/vhs ghcr.io/charmbracelet/vhs .github/demo.tape
27
28
- name: Upload demo artifact
29
uses: actions/upload-artifact@v4
0 commit comments