Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
  • Loading branch information
gfanton committed Apr 30, 2024
1 parent d594113 commit 48d09d9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/docs-gif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,17 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.22
- uses: FedericoCarboni/setup-ffmpeg@v3
- name: download ttyd
uses: install-gh-release@v1.10
with:
repo: 'tsl0922/ttyd'
tag: '1.7.7'
- uses: charmbracelet/vhs-action@v2
- name: go install
run: make install
- uses: charmbracelet/vhs-action@v2
with:
path: "docs/**.tape"
- name: Run vhs
run: make gif
- name: Check for any changes
id: git-check
run: |
Expand Down

0 comments on commit 48d09d9

Please sign in to comment.