File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments