Reorganize repository into pc web shared monorepo
Separate the local recognition, web publishing, and shared data paths while preserving direct script execution and existing site content. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
PYTHON=python3
|
||||
command -v python3 >/dev/null || PYTHON=python
|
||||
command -v node >/dev/null || { echo "node/npx required for wrangler deploy"; exit 1; }
|
||||
"$PYTHON" -m pip install -q -r requirements.txt -r requirements-web.txt
|
||||
"$PYTHON" -m pip install -q -r web/requirements.txt
|
||||
|
||||
- name: Refresh daily tier
|
||||
env:
|
||||
@@ -38,4 +38,4 @@ jobs:
|
||||
set -e
|
||||
PYTHON=python3
|
||||
command -v python3 >/dev/null || PYTHON=python
|
||||
"$PYTHON" refresh_web.py --tier daily
|
||||
"$PYTHON" web/refresh_web.py --tier daily
|
||||
|
||||
Reference in New Issue
Block a user