Skip to content

Commit

Permalink
chore: update gh-pages deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrieh committed May 21, 2024
1 parent fc9940b commit 4b4e5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Build the docs
- name: Build
run: bun run build
run: bun run vocs build --searchIndex false && bun run vocs search-index
working-directory: ./docs

- name: deploy
Expand Down

0 comments on commit 4b4e5b4

Please sign in to comment.