Skip to content

Commit f9fdab7

Browse files
authored
update typesense workflow (#1622)
1 parent 505118b commit f9fdab7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
TYPESENSE_HOST: ${{ secrets.DEV_TYPESENSE_HOST }}
4747
run: |
4848
uv pip install typesense python-frontmatter markdown beautifulsoup4
49-
python scripts/typesense_indexer.py --force
49+
python scripts/typesense_indexer.py --docs-path ./docs --blog-path ./blog --force
5050
5151
- name: Deploy to Reflex
5252
id: deploy

.github/workflows/deploy-prd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
TYPESENSE_HOST: ${{ secrets.PRD_TYPESENSE_HOST }}
4545
run: |
4646
uv pip install typesense python-frontmatter markdown beautifulsoup4
47-
python scripts/typesense_indexer.py --force
47+
python scripts/typesense_indexer.py --docs-path ./docs --blog-path ./blog --force
4848
4949
- name: Deploy to Reflex
5050
id: deploy

.github/workflows/deploy-stg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
TYPESENSE_HOST: ${{ secrets.STG_TYPESENSE_HOST }}
4747
run: |
4848
uv pip install typesense python-frontmatter markdown beautifulsoup4
49-
python scripts/typesense_indexer.py --force
49+
python scripts/typesense_indexer.py --docs-path ./docs --blog-path ./blog --force
5050
5151
- name: Deploy to Reflex
5252
id: deploy

0 commit comments

Comments
 (0)