Skip to content

Commit

Permalink
try vhs action
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasvanEyk committed Jun 11, 2023
1 parent 81c7cbc commit cc42078
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/record_and_publish_demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Record Demo Workflows And Publish Them To GitHub Pages

on:
push:
branches: [$default-branch]

branches: [main]
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand All @@ -30,9 +29,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- uses: actions/setup-go@v4
- run: sudo sudo apt install -y ffmpeg
- name: Install VHS
run: go version && go install github.com/charmbracelet/vhs@latest
- uses: charmbracelet/vhs-action@v1
- name: Build keepac
run: go build -o changelog
- name: Record tapes
Expand Down

0 comments on commit cc42078

Please sign in to comment.