We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcffb58 commit efab8bdCopy full SHA for efab8bd
.github/workflows/preview.yml
@@ -46,15 +46,16 @@ jobs:
46
echo "${{ github.workspace }}/build" >> $GITHUB_PATH
47
echo "branch_name=${{ env.tag_name }}" | tr . - >> $GITHUB_ENV
48
49
- - name: Install ffmpeg
+ - name: Install dependencies
50
run: |
51
sudo apt-get update
52
- sudo apt-get install -y ffmpeg
+ sudo apt-get install -y ffmpeg ttyd fonts-jetbrains-mono
53
+
54
+ - name: Install VHS
55
+ run: go install github.com/charmbracelet/vhs@latest
56
57
- name: Generate preview with VHS
- uses: charmbracelet/vhs-action@v2
- with:
- path: .github/preview.tape
58
+ run: vhs .github/preview.tape
59
60
- name: Move preview
61
run: mv preview.gif .github/preview.gif
0 commit comments