Merge branch 'master' into Readme
Build Sphinx Documentation / Build Documentation from PR Branch (pull_request) Failing after 2m17s

This commit is contained in:
2025-09-05 10:14:23 +08:00
2 changed files with 13 additions and 2 deletions
+11 -1
View File
@@ -115,4 +115,14 @@ jobs:
- name: Verify build
run: |
echo "Build output for PR ${{ github.head_ref }}:"
ls -la /home/ly0kos/work/test_env/pr-builds/${{ github.head_ref }}/ | head -10
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"
+2 -1
View File
@@ -6,4 +6,5 @@ M060 Specifications
:maxdepth: 1
:glob:
*
*
VI/index