From 37b31673933a9609836c8c6d713b77bd1192013c Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Thu, 25 Jan 2024 15:54:11 +0100 Subject: [PATCH] [INFRA] Update documentation directory --- .github/workflows/deploy_documentation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_documentation.yaml b/.github/workflows/deploy_documentation.yaml index 48f61d86f2..47913bd2f2 100644 --- a/.github/workflows/deploy_documentation.yaml +++ b/.github/workflows/deploy_documentation.yaml @@ -62,7 +62,7 @@ jobs: with: flags: '-zr --delete --timeout=60 --omit-dir-times' src: 'doc-build/doc_usr/html/' - dest: '$REMOTE_USER@$REMOTE_HOST:$TARGET/3-master-user' + dest: '$REMOTE_USER@$REMOTE_HOST:$TARGET/main_user' - name: Deploy Developer Documentation uses: Pendect/action-rsyncer@v2.0.0 @@ -74,4 +74,4 @@ jobs: with: flags: '-zr --delete --timeout=60 --omit-dir-times' src: 'doc-build/doc_dev/html/' - dest: '$REMOTE_USER@$REMOTE_HOST:$TARGET/3-master-dev' + dest: '$REMOTE_USER@$REMOTE_HOST:$TARGET/main_dev'