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.
2 parents 1e3f2b8 + 573a356 commit 9063859Copy full SHA for 9063859
.github/workflows/docusaurus.yml
@@ -16,6 +16,6 @@ jobs:
16
- name: push
17
uses: GetStream/push-stream-chat-docusaurus-action@main
18
with:
19
- target-branch: ${{ github.ref == 'refs/heads/main' && 'production' || 'staging' }}
+ target-branch: ${{ 'production' }}
20
env:
21
DOCUSAURUS_GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
0 commit comments