Skip to content

Commit f8891b8

Browse files
authored
fix(ci): Remove search index generation from preview deployment workflow (#2859)
## Description This PR removes the search index generation from the preview deployment workflow. This step is not required in this workflow as it is handled in the [preview build workflow](https://github.com/googleapis/genai-toolbox/blob/5a3465e9606e6c7b724363641ba77ee87c98ccc6/.github/workflows/docs_preview_build.yaml#L72). This fixes the PR Preview failures ## PR Checklist > Thank you for opening a Pull Request! Before submitting your PR, there are a > few things you can do to make sure it goes smoothly: - [ ] Make sure you reviewed [CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md) - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Make sure to add `!` if this involve a breaking change 🛠️ Fixes #<issue_number_goes_here>
1 parent b53dcf2 commit f8891b8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/docs_preview_deploy.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ jobs:
7171
7272
echo "pr_number=$PR_NUMBER" >> "$GITHUB_OUTPUT"
7373
74-
- name: Build Pagefind Search Index
75-
run: npx pagefind --site public
7674
7775
- name: Deploy
7876
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4

0 commit comments

Comments
 (0)