From 72c795562b6224d8038763ecb95cbe6fdef65107 Mon Sep 17 00:00:00 2001 From: Schrolli91 Date: Fri, 17 Apr 2020 23:26:09 +0200 Subject: [PATCH] add strip_components --- .github/workflows/build_docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 0270ece..dccc187 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -32,4 +32,5 @@ jobs: username: ${{ secrets.SCP_USERNAME }} password: ${{ secrets.SCP_PASSWORD }} source: "docu/site/**" - target: ${{ secrets.SCP_TARGET_PATH }} \ No newline at end of file + target: ${{ secrets.SCP_TARGET_PATH }} + strip_components: 2 \ No newline at end of file