Skip to content

Commit 7597001

Browse files
authored
fix for documentation workflow (#2006)
1 parent 3cb7033 commit 7597001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docusaurus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: push
2323
uses: GetStream/push-stream-chat-docusaurus-action@main
2424
with:
25-
target-branch: ${{ github.ref == 'refs/heads/master' && 'staging' || 'production' }}
25+
target-branch: ${{ github.ref == 'refs/heads/master' && 'production' || 'staging' }}
2626
env:
2727
DOCUSAURUS_GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}

0 commit comments

Comments
 (0)