Skip to content

Commit f6be602

Browse files
committed
Fix GA yaml
1 parent defe045 commit f6be602

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

.github/workflows/build_deploy.yml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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

43
on:
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-
uses: Pendect/[email protected]
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+
uses: Pendect/[email protected]
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 }}"

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: Test Plone 6 documentation
32

43
on:

0 commit comments

Comments
 (0)