Skip to content

Commit fe9795d

Browse files
committed
wip: gif generator
1 parent 3bfa553 commit fe9795d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/vhs.tape

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Output docs/images/cli_demo.gif
22

33
Set FontSize 20
4-
Set Width 1200
5-
Set Height 2400
4+
Set Width 600
5+
Set Height 1200
66
Set Padding 20
77

8-
Type runpod
8+
Type runpod --help
99

1010
Sleep 500ms
1111

.github/workflows/vhs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Install runpod
1616
run: |
17-
pip install runpod
17+
pip install .
1818
1919
- uses: charmbracelet/vhs-action@v1
2020
with:

0 commit comments

Comments
 (0)