diff --git a/.github/workflows/vhs.yml b/.github/workflows/vhs.yml index 3b5c68f..486c809 100644 --- a/.github/workflows/vhs.yml +++ b/.github/workflows/vhs.yml @@ -14,6 +14,8 @@ on: jobs: vhs: runs-on: ubuntu-latest + env: + working-directory: ./examples/deeper steps: - uses: actions/checkout@v3 @@ -22,9 +24,6 @@ jobs: with: go-version: 1.21.6 - - name: CWD to examples/deeper - run: cd ./examples/deeper - - name: Create demo GIF uses: charmbracelet/vhs-action@v2 env: diff --git a/examples/deeper/demo.tape b/examples/deeper/demo.tape index 9e85a15..d4f7d17 100644 --- a/examples/deeper/demo.tape +++ b/examples/deeper/demo.tape @@ -38,4 +38,3 @@ Enter Sleep 2s Enter Sleep 4s -