We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01b452 commit b213c31Copy full SHA for b213c31
.github/workflows/build_docs.yaml
@@ -64,6 +64,14 @@ jobs:
64
uses: actions/download-artifact@v4
65
with:
66
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
73
+ cp doc/*.md . # Copy markdown files from doc/ to root directory
74
75
- name: Deploy to GiHub Pages
76
uses: actions/deploy-pages@v4
77
0 commit comments