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