Skip to content

Commit 76525c9

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

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
@@ -64,9 +64,10 @@ jobs:
6464
uses: actions/download-artifact@v4
6565
with:
6666
name: documentation
67+
path: .
6768
- name: Copy pdoc HTML to root
6869
run: |
69-
ls -la documentation
70+
ls -la .
7071
cp -r documentation/* . # Copy HTML content to root directory
7172
7273
- name: Copy markdown files to root

0 commit comments

Comments
 (0)