Skip to content

Commit 8ab4991

Browse files
build: move docs publishing to v5-release branch (#1607)
1 parent c7b6720 commit 8ab4991

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docusaurus.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: docusaurus
33
on:
44
push:
55
branches:
6-
- main # default branch name for each repo that docs should be push from
7-
- develop
6+
# - main # default branch name for each repo that docs should be push from
7+
# - develop
8+
- v5-release
89
paths:
910
- docusaurus/**
1011
jobs:

0 commit comments

Comments
 (0)