Skip to content

Commit

Permalink
add hosted to vhs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Miller committed May 9, 2024
1 parent a49abc4 commit b2c13b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: 1.22.0

- name: Build Examples
run: go build -o ./bin/deeper ./examples/deeper/*.go && go build -o ./bin/simple ./examples/simple/*.go
run: go build -o ./bin/deeper ./examples/deeper/*.go && go build -o ./bin/simple ./examples/simple/*.go && go build -o ./bin/hosted ./examples/hosted/*.go

- name: Create deeper demo GIF
uses: charmbracelet/vhs-action@v2
Expand Down

0 comments on commit b2c13b4

Please sign in to comment.