Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add safe.directory config to prevent upload issues
Added `git config --local --add safe.directory /github/workspace/docs/build/html` to prevent issues while uploading the documentation to GitHub Pages. - Updated CI/CD pipeline script to include the safe.directory configuration. - Ensured smooth uploading of the generated HTML documentation. This change addresses potential permission issues during the documentation upload process, ensuring a seamless deployment to GitHub Pages.
- Loading branch information