Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: configure git safe.directory at system level
Added `git config --system --add safe.directory /github/workspace/docs/build/html` to the CI/CD pipeline. - Configured git to recognize the documentation build directory as safe at the system level. - Prevented potential permission issues during the upload process to GitHub Pages. This change ensures smooth and error-free deployment of the WML documentation to GitHub Pages by addressing directory safety concerns.
- Loading branch information