Skip to content

Commit

Permalink
feat: no vhs
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Nov 27, 2023
1 parent 9164891 commit 4204159
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
with:
go-version: "1.19"

- id: cy
uses: pozetroninc/github-action-get-latest-release@master
with:
repository: cfoust/cy

- name: Build
run: >
go build
Expand All @@ -37,20 +42,13 @@ jobs:
./cmd/stories/main.go
- uses: charmbracelet/vhs-action@v1
with:
path: ""

- name: Build book
run: |
go run cmd/docs/main.go api > docs/src/generated-api.md
cd docs
mdbook build
- id: cy
uses: pozetroninc/github-action-get-latest-release@master
with:
repository: cfoust/cy

- name: Setup pages
uses: actions/configure-pages@v2
- name: Upload site
Expand Down

0 comments on commit 4204159

Please sign in to comment.