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
# Disable scoverage in main build to keep CI ~10–15 min (full Scala coverage is ~30+ min). Run "Upload coverage to Codecov" workflow manually for Scala+Python coverage.
Copy file name to clipboardExpand all lines: docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This command generates static content into the `build` directory and can be serv
34
34
35
35
### GitHub Actions (recommended)
36
36
37
-
Docs are built and deployed automatically by the [Deploy documentation](https://github.com/databrickslabs/geobrix/actions/workflows/deploy-docs.yml) workflow when you push to `main` (under `docs/`) or run it manually.
37
+
Docs are built and deployed automatically by the [Deploy documentation](https://github.com/databrickslabs/geobrix/actions/workflows/deploy-docs.yml) workflow when you push to `master` (under `docs/`) or run it manually.
38
38
39
39
**One-time setup:** In the repo go to **Settings → Pages**. Under **Build and deployment**, set **Source** to **GitHub Actions**. The site will be published at **https://databrickslabs.github.io/geobrix/**.
0 commit comments