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:
@@ -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"
|
||||
Reference in New Issue
Block a user