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:
@@ -36,7 +36,7 @@ jobs:
|
||||
PYTHON=python3
|
||||
command -v python3 >/dev/null || PYTHON=python
|
||||
if [ -n "${{ github.event.inputs.day }}" ]; then
|
||||
"$PYTHON" notify_site_traffic.py --day "${{ github.event.inputs.day }}"
|
||||
"$PYTHON" web/notify_site_traffic.py --day "${{ github.event.inputs.day }}"
|
||||
else
|
||||
"$PYTHON" notify_site_traffic.py
|
||||
"$PYTHON" web/notify_site_traffic.py
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user