From 2b3e2029bc8bb3997e3f332f421c34b1af0d335e Mon Sep 17 00:00:00 2001 From: YuYang Shen Date: Mon, 25 Aug 2025 15:33:27 +0800 Subject: [PATCH 1/2] Add DPS VI indexing --- source/Mars_1KS/DC/DPS/M060/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Mars_1KS/DC/DPS/M060/index.rst b/source/Mars_1KS/DC/DPS/M060/index.rst index 46de6d0..d01662b 100644 --- a/source/Mars_1KS/DC/DPS/M060/index.rst +++ b/source/Mars_1KS/DC/DPS/M060/index.rst @@ -6,4 +6,5 @@ M060 Specifications :maxdepth: 1 :glob: - * \ No newline at end of file + * + VI/index \ No newline at end of file From d44f63385fe4f3b6590e720ec212a9223921347c Mon Sep 17 00:00:00 2001 From: YuYang Shen Date: Mon, 25 Aug 2025 16:07:50 +0800 Subject: [PATCH 2/2] Add dev deploy --- .gitea/workflows/sphinx_test.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/sphinx_test.yml b/.gitea/workflows/sphinx_test.yml index 7f63053..e7b7ac2 100644 --- a/.gitea/workflows/sphinx_test.yml +++ b/.gitea/workflows/sphinx_test.yml @@ -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 \ No newline at end of file + 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" \ No newline at end of file