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 73dd4e1 commit 64cce9eCopy full SHA for 64cce9e
.github/workflows/docspublish.yml
@@ -20,14 +20,16 @@ jobs:
20
run: |
21
uv --version
22
uv sync --frozen --group base --group script
23
+ - name: Install VHS
24
+ uses: charmbracelet/vhs-action@v2
25
- name: Update CLI screenshots
26
27
uv run --no-sync poe doc:screenshots
28
- name: Commit and push updated CLI screenshots
29
30
git config --global user.name "github-actions[bot]"
31
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- git add docs/images/cli_help
32
+ git add docs/images/cli_help docs/images/*.gif
33
34
if [[ -n "$(git status --porcelain)" ]]; then
35
git commit -m "docs(cli/screenshots): update CLI screenshots" -m "[skip ci]"
0 commit comments