更新 .gitea/workflows/build.yml
PHengLEI docs build / PHengLEI-docs-build (push) Successful in 1m19s
Details
PHengLEI docs build / PHengLEI-docs-build (push) Successful in 1m19s
Details
This commit is contained in:
parent
098915e014
commit
be0016f58c
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run build -- --locale zh-CN
|
- run: npm run build -- --locale zh-CN
|
||||||
- name: scp files to server
|
- name: scp files to server
|
||||||
uses: https://gitlink.org.cn/actions/scp-action@v0.1.7
|
uses: https://osredm.com/actions/scp-action@v0.1.7
|
||||||
with:
|
with:
|
||||||
host: 123.60.208.28
|
host: 123.60.208.28
|
||||||
username: root
|
username: root
|
||||||
|
@ -26,7 +26,7 @@ jobs:
|
||||||
target: /root/docs.osredm.com/phenglei/
|
target: /root/docs.osredm.com/phenglei/
|
||||||
rm: true
|
rm: true
|
||||||
- name: restart files server
|
- name: restart files server
|
||||||
uses: https://gitlink.org.cn/actions/ssh-action@v1.0.3
|
uses: https://osredm.com/actions/ssh-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
host: 123.60.208.28
|
host: 123.60.208.28
|
||||||
username: root
|
username: root
|
||||||
|
|
Loading…
Reference in New Issue