File tree Expand file tree Collapse file tree 2 files changed +18
-20
lines changed
Expand file tree Collapse file tree 2 files changed +18
-20
lines changed Original file line number Diff line number Diff line change 1-
2- name : Build and deploy Plone 6 documentation to 6-dev-docs.plone.org
1+ name : Build and deploy Plone 6 documentation to 6.dev-docs.plone.org
32
43on :
54 push :
@@ -28,20 +27,20 @@ jobs:
2827 - name : Run linkcheck
2928 run : make linkcheck
3029
31- - name : Prepare deploy
32- run : make deploy
33-
34- - name : Deploy to server
35- id : deploy
36- 37- env :
38- DEPLOY_KEY : ${{secrets.DEPLOY_KEY_DOCS}}
39- with :
40- flags : ' -avzr --delete'
41- options : ' '
42- ssh_options : ' -p ${{secrets.DEPLOY_PORT}}'
43- src : ' _build/html/'
44- dest : ' ${{secrets.DEPLOY_USER_DOCS}}@${{secrets.DEPLOY_SERVER_DOCS}}:${{secrets.DEPLOY_PATH_DOCS}}'
45-
46- - name : Display status from deploy
47- run : echo "${{ steps.deploy.outputs.status }}"
30+ - name : Prepare deploy
31+ run : make deploy
32+
33+ - name : Deploy to server
34+ id : deploy
35+ 36+ env :
37+ DEPLOY_KEY : ${{secrets.DEPLOY_KEY_DOCS}}
38+ with :
39+ flags : ' -avzr --delete'
40+ options : ' '
41+ ssh_options : ' -p ${{secrets.DEPLOY_PORT}}'
42+ src : ' _build/html/'
43+ dest : ' ${{secrets.DEPLOY_USER_DOCS}}@${{secrets.DEPLOY_SERVER_DOCS}}:${{secrets.DEPLOY_PATH_DOCS}}'
44+
45+ - name : Display status from deploy
46+ run : echo "${{ steps.deploy.outputs.status }}"
Original file line number Diff line number Diff line change 1-
21name : Test Plone 6 documentation
32
43on :
You can’t perform that action at this time.
0 commit comments