Closed jamesward closed 8 months ago
Running ./gradlew generateDocs overwrites global git config: https://github.com/apple/pkl-package-docs/blob/main/src/main/kotlin/org/pkl/package_docs/PackageDocs.kt#L97-L98
./gradlew generateDocs
Which is not great for developers who try to run this on their machines.
Sorry about that. This command is meant for CI only, but yeah even then there's no reason to override global git config.
Running
./gradlew generateDocs
overwrites global git config: https://github.com/apple/pkl-package-docs/blob/main/src/main/kotlin/org/pkl/package_docs/PackageDocs.kt#L97-L98Which is not great for developers who try to run this on their machines.