Skip to content

Commit

Permalink
set path
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Dec 23, 2024
1 parent e1f5109 commit 65608d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,11 @@ jobs:
- uses: charmbracelet/vhs-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: ${{ matrix.file }}
install-fonts: true

- name: Record screencast
run: |
vhs ${{ matrix.file }}
env:
PATH: ${{ env.PATH }}

Expand Down

0 comments on commit 65608d2

Please sign in to comment.