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 74c4d0a commit a932ba5Copy full SHA for a932ba5
.github/workflows/workflow.yml
@@ -61,6 +61,6 @@ jobs:
61
- name: Push to docusaurus
62
uses: GetStream/push-stream-chat-docusaurus-action@main
63
with:
64
- target-branch: ${{ github.ref == 'refs/heads/master' && 'production' || 'staging' }}
+ target-branch: ${{ github.ref == 'refs/heads/master' && 'staging' || 'staging' }}
65
env:
66
DOCUSAURUS_GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
0 commit comments