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 3cb7033 commit 7597001Copy full SHA for 7597001
.github/workflows/docusaurus.yml
@@ -22,6 +22,6 @@ jobs:
22
- name: push
23
uses: GetStream/push-stream-chat-docusaurus-action@main
24
with:
25
- target-branch: ${{ github.ref == 'refs/heads/master' && 'staging' || 'production' }}
+ target-branch: ${{ github.ref == 'refs/heads/master' && 'production' || 'staging' }}
26
env:
27
DOCUSAURUS_GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
0 commit comments