mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 12:43:48 +01:00
correct copy
This commit is contained in:
2
.github/workflows/build_documentation.yml
vendored
2
.github/workflows/build_documentation.yml
vendored
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user