diff --git a/.github/workflows/docs_deploy.yaml b/.github/workflows/docs_deploy.yaml index 8f18ea7d9..2b9205ee5 100644 --- a/.github/workflows/docs_deploy.yaml +++ b/.github/workflows/docs_deploy.yaml @@ -2,7 +2,7 @@ name: Docs Deploy on: push: - branches: [master] + branches: [main] paths: - '.github/workflows/docs_deploy.yaml' - 'docs/**' diff --git a/.github/workflows/forui_example_presubmit.yaml b/.github/workflows/forui_example_presubmit.yaml index 64839e4e3..b34a48996 100644 --- a/.github/workflows/forui_example_presubmit.yaml +++ b/.github/workflows/forui_example_presubmit.yaml @@ -3,7 +3,7 @@ name: Forui Example Presubmit on: workflow_dispatch: {} pull_request: - branches: [ master ] + branches: [ main ] paths: - .github/workflows/forui_example_presubmit.yaml - forui/example/** diff --git a/.github/workflows/forui_presubmit.yaml b/.github/workflows/forui_presubmit.yaml index 434d8d882..f13ca975f 100644 --- a/.github/workflows/forui_presubmit.yaml +++ b/.github/workflows/forui_presubmit.yaml @@ -3,7 +3,7 @@ name: Forui Presubmit on: workflow_dispatch: {} pull_request: - branches: [ master ] + branches: [ main ] paths: - .github/workflows/forui_presubmit.yaml - forui/** diff --git a/.github/workflows/samples_presubmit.yaml b/.github/workflows/samples_presubmit.yaml index 4390dda83..8fba26360 100644 --- a/.github/workflows/samples_presubmit.yaml +++ b/.github/workflows/samples_presubmit.yaml @@ -3,7 +3,7 @@ name: Forui Samples Presubmit on: workflow_dispatch: {} pull_request: - branches: [ master ] + branches: [ main ] paths: - .github/workflows/samples_presubmit.yaml - samples/** diff --git a/docs/theme.config.tsx b/docs/theme.config.tsx index 189efc36b..8ab9781d8 100644 --- a/docs/theme.config.tsx +++ b/docs/theme.config.tsx @@ -25,7 +25,7 @@ const config: DocsThemeConfig = { project: { link: 'https://github.com/forus-labs/forui', }, - docsRepositoryBase: 'https://github.com/forus-labs/forui/tree/master/docs', + docsRepositoryBase: 'https://github.com/forus-labs/forui/tree/main/docs', navigation: { prev: true, next: true