Skip to content

Commit

Permalink
pages: add pagefind support
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlettman committed Jul 16, 2024
1 parent 4448504 commit 318585a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ jobs:
with:
go-version-file: go.mod
cache: true
- name: Setup Node
uses: actions/setup-node@v4
- name: Generate documentation
run: |
npm install pagefind
go install go.abhg.dev/doc2go@latest
doc2go -out docs ./...
doc2go -out docs -pagefind ./...
- name: Upload documentation
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 318585a

Please sign in to comment.