From 5337f4fcd8faa585e0a156b62b409afd358792d5 Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Thu, 15 Aug 2024 18:01:42 +0200 Subject: [PATCH] [INFRA] Fix deploy path --- .github/workflows/ci_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_documentation.yml b/.github/workflows/ci_documentation.yml index 4c220206..9b54d2bc 100644 --- a/.github/workflows/ci_documentation.yml +++ b/.github/workflows/ci_documentation.yml @@ -74,7 +74,7 @@ jobs: deploy_host: ${{ secrets.DEPLOY_HOST }} deploy_user: ${{ secrets.DEPLOY_USER }} deploy_ssh_key: ${{ secrets.DEPLOY_SSH_KEY }} - source_path_user_doc: build/html + source_path_user_doc: build/html/ deploy_path_user_doc: ${{ secrets.DEPLOY_PRODUCTION_BASE_PATH }}/main delete: name: Delete Preview