diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index c13c705f4..820934f75 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -59,7 +59,7 @@ jobs: path: gh-pages - name: Copy documentation to gh-pages # create folder structure - run: cp build/docs/html/* gh-pages/ + run: cp -r build/docs/html/. gh-pages/ - name: Commit and Push changes to gh-pages run: |