This commit is contained in:
@@ -8,6 +8,7 @@ on:
|
||||
jobs:
|
||||
build-docs:
|
||||
name: Build Documentation
|
||||
if: github.event.pull_request.merged == true
|
||||
runs-on: linux
|
||||
|
||||
steps:
|
||||
@@ -19,7 +20,7 @@ jobs:
|
||||
# 创建主工作目录并克隆仓库
|
||||
if [ ! -d /home/ly0kos/work/test_env ]; then
|
||||
echo "Cloning repository to main worktree..."
|
||||
git clone http://192.168.1.198:3000/yuysh/MKB.git /home/ly0kos/work/test_env
|
||||
git clone http://localhost:3000/yuysh/Manlink_Doc.git /home/ly0kos/work/test_env
|
||||
cd /home/ly0kos/work/test_env
|
||||
echo "Creating virtual environment..."
|
||||
python -m venv .venv
|
||||
|
||||
Reference in New Issue
Block a user