Commit 28a713d
authored
Fix path recognition for docs directory in generate-docs.yml workflow
- Updated the generate-docs.yml workflow to ensure the correct path to the docs directory is used.
- Added debugging steps to list the root directory and verify the existence of the docs directory.
- Ensured full repository checkout by setting fetch-depth to 0 in actions/checkout.
- Updated sphinx-build command to use the relative path docs/.
This commit resolves issues with the workflow failing to locate the docs directory during Sphinx documentation generation.1 parent b00e653 commit 28a713d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments