Skip to content

Commit

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

0 comments on commit 9446c62

Please sign in to comment.