2 Commits
Author SHA1 Message Date
yuysh 8308efee63 Merge branch 'Action_Debug' of http://192.168.1.198:3000/yuysh/Manlink_Doc into Action_Debug
Build Sphinx Documentation / Build Documentation from PR Branch (pull_request) Failing after 24s
Deploy Sphinx Documentation / deploy (pull_request) Successful in 9m21s
2025-09-05 11:48:48 +08:00
yuysh 6e39d12af5 Add --no-cache-dir to prevent error 2025-09-05 11:47:27 +08:00
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
if [ $REQ_MOD_TIME -gt $VENV_MOD_TIME ]; then
echo "Master branch requirements updated, installing new dependencies..."
pip install -r requirements.txt
pip install -r requirements.txt --no-cache-dir
echo $REQ_MOD_TIME > .venv-shared/last_update.txt
fi
fi