File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
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
49+ python scripts/typesense_indexer.py --force
5050
5151 - name : Deploy to Reflex
5252 id : deploy
5757 run : |
5858 # Install dependencies for dead link checker
5959 uv pip install -r scripts/requirements.txt
60-
60+
6161 # Wait a moment for deployment to be fully ready
6262 sleep 30
63-
63+
6464 # Run dead link checker
6565 python scripts/check_dead_links.py https://pcweb-gray-orca.rxc.app --timeout 15 --delay 1
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
47+ python scripts/typesense_indexer.py --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
49+ python scripts/typesense_indexer.py --force
5050
5151 - name : Deploy to Reflex
5252 id : deploy
You can’t perform that action at this time.
0 commit comments