Skip to content

Commit

Permalink
hello sigma
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev authored Sep 9, 2024
1 parent 415cd49 commit 404038f
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,27 @@ jobs:
vhs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/[email protected]
with:
run_install: false

- name: Install Node.js
uses: actions/[email protected]
with:
node-version: 20
cache: 'pnpm'

- name: Install dependencies
run: pnpm store add wxt@latest

- uses: charmbracelet/[email protected]
with:
path: 'docs/tapes/demo.tape'

- uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 404038f

Please sign in to comment.