Skip to content

Commit 1ce3ef4

Browse files
build: set target branch to production (#1608)
* build: move docs publishing to v5-release branch * build: set target branch to production
1 parent 8ab4991 commit 1ce3ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docusaurus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: push
1717
uses: GetStream/push-stream-chat-docusaurus-action@main
1818
with:
19-
target-branch: ${{ github.ref == 'refs/heads/main' && 'production' || 'staging' }}
19+
target-branch: ${{ 'production' }}
2020
env:
2121
DOCUSAURUS_GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}

0 commit comments

Comments
 (0)