Skip to content

Commit 6b6d1b3

Browse files
authored
Update build_docs.yaml
1 parent e5b734c commit 6b6d1b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
name: documentation
6767
- name: Copy pdoc HTML to root
6868
run: |
69-
cp -r documentation/html/* . # Copy HTML content to root directory
69+
ls -la documentation
70+
cp -r documentation/* . # Copy HTML content to root directory
7071
7172
- name: Copy markdown files to root
7273
run: |

0 commit comments

Comments
 (0)