Skip to content

Commit 8468e49

Browse files
committed
chore: Deploy docs to production
1 parent ce25001 commit 8468e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
if: steps.changed_files.outputs.any_changed == 'true'
6565
uses: GetStream/push-stream-chat-docusaurus-action@main
6666
with:
67-
target-branch: ${{ github.ref == 'refs/heads/master' && 'staging' || 'staging' }}
67+
target-branch: ${{ github.ref == 'refs/heads/master' && 'production' || 'staging' }}
6868
env:
6969
DOCUSAURUS_GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}

0 commit comments

Comments
 (0)