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 e5b734c commit 6b6d1b3Copy full SHA for 6b6d1b3
.github/workflows/build_docs.yaml
@@ -66,7 +66,8 @@ jobs:
66
name: documentation
67
- name: Copy pdoc HTML to root
68
run: |
69
- cp -r documentation/html/* . # Copy HTML content to root directory
+ ls -la documentation
70
+ cp -r documentation/* . # Copy HTML content to root directory
71
72
- name: Copy markdown files to root
73
0 commit comments