Skip to content

Commit 7808962

Browse files
hi-leiclaude
andcommitted
docs: add VHS demo gif and skip CI for doc-only changes
Add paths-ignore for docs/**, **.md, and vhs/** to CI and security workflows so documentation changes don't trigger unnecessary builds. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4dfadfa commit 7808962

4 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ name: CI
33
on:
44
push:
55
branches: [main, develop]
6+
paths-ignore:
7+
- "docs/**"
8+
- "**.md"
9+
- "vhs/**"
610
pull_request:
711
branches: [main, develop]
12+
paths-ignore:
13+
- "docs/**"
14+
- "**.md"
15+
- "vhs/**"
816

917
jobs:
1018
lint:

.github/workflows/security.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ name: Security Scan
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- "docs/**"
8+
- "**.md"
9+
- "vhs/**"
610
pull_request:
711
branches: [main]
12+
paths-ignore:
13+
- "docs/**"
14+
- "**.md"
15+
- "vhs/**"
816
schedule:
917
- cron: "0 9 * * 1"
1018

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ verda vm list
8484

8585
### 3. Create a VM
8686

87+
![verda vm create](docs/images/vm-create-demo.gif)
88+
8789
```bash
8890
# Interactive wizard
8991
verda vm create

docs/images/vm-create-demo.gif

812 KB
Loading

0 commit comments

Comments
 (0)