Skip to content

Commit 5dd828f

Browse files
committed
point docusaurus workflow to production and only on master branch
1 parent 69aab80 commit 5dd828f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docusaurus.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: docusaurus
33
on:
44
push:
55
branches:
6-
- docusaurus # default branch name for each repo that docs should be push from
6+
- master # default branch name for each repo that docs should be push from
77
paths:
88
- docusaurus/**
99
jobs:
@@ -13,5 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- name: push
1515
uses: GetStream/push-stream-chat-docusaurus-action@main
16+
with:
17+
target-branch: production
1618
env:
1719
DOCUSAURUS_GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}

0 commit comments

Comments
 (0)