We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9955f1e commit ebe4eecCopy full SHA for ebe4eec
2 files changed
.github/workflows/generate-terminal-gifs.yaml
@@ -3,16 +3,17 @@ name: generate-terminal-gifs
3
on:
4
workflow_dispatch:
5
6
+permissions:
7
+ contents: write
8
+ pull-requests: write
9
+
10
jobs:
- run:
11
+ run-tapes:
12
strategy:
13
matrix:
14
tapes:
15
- 'docs/vhs/install.tape'
16
runs-on: ubuntu-latest
- permissions:
- contents: write
- pull-requests: write
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v4
docs/vhs/install.tape
@@ -1,5 +1,5 @@
1
2
-Output docs/vhs/usage.gif
+Output docs/vhs/install.gif
Set Theme "Monokai Vivid"
Set FontSize 14
0 commit comments