Skip to content

Commit

Permalink
Refactor GitHub Actions workflow to include workflow_dispatch event
Browse files Browse the repository at this point in the history
``
  • Loading branch information
httpdss committed Sep 30, 2024
1 parent df77f97 commit e43d585
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/generate-terminal-gifs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: generate-terminal-gifs

on:
workflow_dispatch:
push:
paths:
- 'docs/vhs/*.tape'
Expand Down
1 change: 0 additions & 1 deletion docs/vhs/install.tape
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ Set FontSize 32
Set Width 1200
Set Height 600


Type "# Create python virtual environment and install struct" Enter
Type "python3 -m venv venv" Sleep 500ms Enter
Type "source venv/bin/activate" Enter
Expand Down

0 comments on commit e43d585

Please sign in to comment.