完善 Readme 文档 #16
@@ -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"
|
||||
@@ -6,4 +6,5 @@ M060 Specifications
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
|
||||
*
|
||||
*
|
||||
VI/index
|
||||
Reference in New Issue
Block a user