Thanks to visit codestin.com Credit goes to github.com
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 afb0ed1 commit b20ba04Copy full SHA for b20ba04
1 file changed
.github/workflows/docspublish.yml
@@ -16,12 +16,19 @@ jobs:
16
fetch-depth: 0
17
- name: Set up Python
18
uses: astral-sh/setup-uv@v7
19
+ - name: Set up Go
20
+ uses: actions/setup-go@v6
21
+ with:
22
+ go-version: '1.25.1'
23
+ - name: Set up VHS
24
+ run: |
25
+ sudo apt update
26
+ sudo apt install -y ffmpeg ttyd
27
+ go install github.com/charmbracelet/vhs@latest
28
- name: Install dependencies
29
run: |
30
uv --version
31
uv sync --frozen --group base --group script
- - name: Install VHS
- uses: charmbracelet/vhs-action@v2
32
- name: Update CLI screenshots
33
34
uv run --no-sync poe doc:screenshots
0 commit comments