mirror of
https://github.com/mainwp/mainwp.git
synced 2025-08-30 02:32:50 +08:00
Update docproc.yml
Moved terminal commands that change on every repository so they may be changed from github instead of on the Documentation Server.
This commit is contained in:
parent
e7f3dbf16d
commit
f9aa1656cb
1 changed files with 5 additions and 1 deletions
6
.github/workflows/docproc.yml
vendored
6
.github/workflows/docproc.yml
vendored
|
@ -22,4 +22,8 @@ jobs:
|
|||
with:
|
||||
hosts: 'root@code-reference.mainwp.com'
|
||||
privateKey: ${{ secrets.PRIVATE_KEY }}
|
||||
command: sh ~/scripts/docproc.sh
|
||||
command: |
|
||||
sleep 3
|
||||
rm -rf ~/Source/mainwp
|
||||
git clone https://github.com/mainwp/mainwp.git ~/Source/mainwp
|
||||
sh ~/scripts/docproc.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue