Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Apr 30, 2024
1 parent 8135bcd commit 89fe3c1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs-gif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.22
- uses: charmbracelet/vhs-action@v2
with:
path: "" # run vhs manually
- name: go install
run: make install
- uses: charmbracelet/vhs-action@v1
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 89fe3c1

Please sign in to comment.