Merge pull request 'Action Debug' (#13) from Action_Debug into master

Reviewed-on: http://mkb.local:3000/yuysh/Manlink_Doc/pulls/13
This commit was merged in pull request #13.
This commit is contained in:
2025-08-25 16:15:43 +08:00
+10
View File
@@ -116,3 +116,13 @@ jobs:
run: |
echo "Build output for PR ${{ github.head_ref }}:"
ls -la /home/ly0kos/work/test_env/pr-builds/${{ github.head_ref }}/ | head -10
# 第六步:复制至测试目录
- name: Copy to dev folder
run: |
echo "Now clear dev folder"
rm -rf /var/www/docs_dev/*
echo "Copy build to dev folder"
cp -r /home/ly0kos/work/test_env/pr-builds/${{ github.head_ref }}/* /var/www/docs_dev/
echo "✓ Documentation in DEV folder now!"
echo "Please check http://mkb.local:880 to Verify Changes"