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 8ab4991 commit 1ce3ef4Copy full SHA for 1ce3ef4
.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