Skip to content

Commit 33141cf

Browse files
Update documentation sites base branch (#13592)
This PR updates scripts and documentation related to SDK releases which deploy API reference docs to 3 documentation sites sites: - `android-docs` - Android maps, navigation and search SDKs - `ios-sdk` - iOS Maps, Navigation and seearch SDKs - `api-documentation` - Web apis ## Summary The Docs team stopped using `MBX Publisher` for deployments. Publisher used a prefixed `publisher-` on deployment branches. As a housekeeping measure @mapbox/docs removed the `publisher-` prefix from base branches of all docs sites. These scripts reference that base branch for checks and deployments. The corresponding files have been updated to reference the new base branch. (`production`) --------- Co-authored-by: Changelog autocreator bot <github-actions[bot]@users.noreply.github.com> (cherry picked from commit 76f3250f1e9eb1fa73a51754c30cf2f67787fae9) GitOrigin-RevId: f788b126ad348f47ac2f234c9fa38fd3d27289ba
1 parent 6580187 commit 33141cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: ['main', 'publisher-production', 'release/*', 'lts/*']
5+
branches: ['main', 'production', 'release/*', 'lts/*']
66
pull_request:
7-
branches: ['main', 'publisher-production', 'release/*', 'lts/*']
7+
branches: ['main', 'production', 'release/*', 'lts/*']
88
schedule:
99
- cron: "16 20 * * 4"
1010

0 commit comments

Comments
 (0)