Skip to content

Commit a932ba5

Browse files
committed
chore: Turn off docusaurus prod push
1 parent 74c4d0a commit a932ba5

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
@@ -61,6 +61,6 @@ jobs:
6161
- name: Push to docusaurus
6262
uses: GetStream/push-stream-chat-docusaurus-action@main
6363
with:
64-
target-branch: ${{ github.ref == 'refs/heads/master' && 'production' || 'staging' }}
64+
target-branch: ${{ github.ref == 'refs/heads/master' && 'staging' || 'staging' }}
6565
env:
6666
DOCUSAURUS_GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}

0 commit comments

Comments
 (0)