You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments