Skip to content

Commit 6956843

Browse files
update README
1 parent df422fd commit 6956843

File tree

4 files changed

+1000
-5
lines changed

4 files changed

+1000
-5
lines changed

.github/workflows/demo.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,13 @@ jobs:
3535
uses: actions/upload-artifact@v4
3636
with:
3737
name: demo-files
38-
path: |
39-
demo/demo.webm
40-
demo/demo.gif
38+
path: demo/demo.webm
4139

4240
- name: Commit demo files
4341
if: ${{ inputs.commit == true || inputs.commit == 'true' }}
4442
run: |
4543
git config --local user.email "github-actions[bot]@users.noreply.github.com"
4644
git config --local user.name "github-actions[bot]"
47-
git add demo/demo.webm demo/demo.gif
45+
git add demo/demo.webm
4846
git diff --staged --quiet || git commit -m "chore: regenerate demo video"
4947
git push

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Source files (we publish compiled dist/)
22
src/
33
tests/
4+
demo/
5+
resources/
46

57
# Config files
68
.github/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</td>
4848
<td width="50%">
4949

50-
<img src="demo/demo.webm" alt="TestingBot CLI Demo">
50+
<video src="https://github.com/testingbot/testingbotctl/raw/main/demo/demo.webm" autoplay loop muted playsinline></video>
5151

5252
</td>
5353
</tr>

0 commit comments

Comments
 (0)