correct copy

This commit is contained in:
2026-01-12 17:51:08 +01:00
parent add2a89a0a
commit 8d10dabbb3

View File

@@ -59,7 +59,7 @@ jobs:
path: gh-pages path: gh-pages
- name: Copy documentation to gh-pages # create folder structure - 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 - name: Commit and Push changes to gh-pages
run: | run: |