diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8e244d514ee5..0f3e2526a376 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -39,4 +39,4 @@ jobs: make html - name: Deploy documentation run: | - scp -r .build/html server:~ + scp -r docs/.build/html server:~