We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69aab80 commit 5dd828fCopy full SHA for 5dd828f
.github/workflows/docusaurus.yml
@@ -3,7 +3,7 @@ name: docusaurus
3
on:
4
push:
5
branches:
6
- - docusaurus # default branch name for each repo that docs should be push from
+ - master # default branch name for each repo that docs should be push from
7
paths:
8
- docusaurus/**
9
jobs:
@@ -13,5 +13,7 @@ jobs:
13
- uses: actions/checkout@v2
14
- name: push
15
uses: GetStream/push-stream-chat-docusaurus-action@main
16
+ with:
17
+ target-branch: production
18
env:
19
DOCUSAURUS_GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
0 commit comments