Skip to content

Commit

Permalink
pages: correct pagefind directory
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlettman committed Jul 16, 2024
1 parent 318585a commit e2c8a0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
- name: Generate documentation
run: |
npm install pagefind
export PAGEFIND="${HOME}/node_modules/.bin/pagefind"
go install go.abhg.dev/doc2go@latest
doc2go -out docs -pagefind ./...
doc2go -out docs -pagefind="${PAGEFIND}" ./...
- name: Upload documentation
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit e2c8a0d

Please sign in to comment.