Skip to content

Commit b213c31

Browse files
authored
Update build_docs.yaml
1 parent e01b452 commit b213c31

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build_docs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ jobs:
6464
uses: actions/download-artifact@v4
6565
with:
6666
name: documentation
67+
- name: Copy pdoc HTML to root
68+
run: |
69+
cp -r documentation/html/* . # Copy HTML content to root directory
70+
71+
- name: Copy markdown files to root
72+
run: |
73+
cp doc/*.md . # Copy markdown files from doc/ to root directory
74+
6775
- name: Deploy to GiHub Pages
6876
uses: actions/deploy-pages@v4
6977
with:

0 commit comments

Comments
 (0)