mirror of https://github.com/dapr/docs.git
Update branch name
This commit is contained in:
parent
190527b34c
commit
f5fcc708b2
|
@ -3,11 +3,11 @@ name: Azure Static Web Apps CI/CD
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- hugo-docs
|
- website
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened, closed]
|
types: [opened, synchronize, reopened, closed]
|
||||||
branches:
|
branches:
|
||||||
- hugo-docs
|
- website
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_deploy_job:
|
build_and_deploy_job:
|
||||||
|
|
|
@ -58,7 +58,7 @@ offlineSearch = false
|
||||||
github_repo = "https://github.com/dapr/docs"
|
github_repo = "https://github.com/dapr/docs"
|
||||||
github_project_repo = "https://github.com/dapr/dapr"
|
github_project_repo = "https://github.com/dapr/dapr"
|
||||||
github_subdir = "daprdocs"
|
github_subdir = "daprdocs"
|
||||||
github_branch = "hugo-docs"
|
github_branch = "website"
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
version_menu = "Releases"
|
version_menu = "Releases"
|
||||||
|
|
Loading…
Reference in New Issue