Skip to content

Commit

Permalink
Change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Sep 1, 2024
1 parent f7964b5 commit 1b3f10c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
cache: pip
- name: Setup Kapitan
run: |
sudo apt-get update && sudo apt install ffmpeg
python -m pip install --upgrade pip
pip install git+https://github.com/kapicorp/kapitan@init-with-copier
go install github.com/charmbracelet/vhs@latest
- name: Install vhs-action
uses: charmbracelet/[email protected]
- name: run VHS
run: |
# shellcheck disable=SC2086
for file in docs/tapes/*.tape
do
filename="$(basename ${file})"
$HOME/go/bin/vhs "${file}" -o "docs/vhs/gifs/${filename%%.tape}.gif"
vhs "${file}" -o "docs/vhs/gifs/${filename%%.tape}.gif"
done
- uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 1b3f10c

Please sign in to comment.