We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 713939a + 37b3167 commit 62ca76dCopy full SHA for 62ca76d
.github/workflows/deploy_documentation.yaml
@@ -62,7 +62,7 @@ jobs:
62
with:
63
flags: '-zr --delete --timeout=60 --omit-dir-times'
64
src: 'doc-build/doc_usr/html/'
65
- dest: '$REMOTE_USER@$REMOTE_HOST:$TARGET/3-master-user'
+ dest: '$REMOTE_USER@$REMOTE_HOST:$TARGET/main_user'
66
67
- name: Deploy Developer Documentation
68
uses: Pendect/action-rsyncer@v2.0.0
@@ -74,4 +74,4 @@ jobs:
74
75
76
src: 'doc-build/doc_dev/html/'
77
- dest: '$REMOTE_USER@$REMOTE_HOST:$TARGET/3-master-dev'
+ dest: '$REMOTE_USER@$REMOTE_HOST:$TARGET/main_dev'
0 commit comments