From f54e7ebfda01339f155c4f0506c3ae7b6334c499 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Fri, 16 Jul 2021 17:24:59 +0200 Subject: [PATCH] update docusaurus action --- .github/workflows/docusaurus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docusaurus.yml b/.github/workflows/docusaurus.yml index 03fc3d5f..4395bc35 100644 --- a/.github/workflows/docusaurus.yml +++ b/.github/workflows/docusaurus.yml @@ -13,5 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: push uses: GetStream/push-stream-chat-docusaurus-action@main + with: + target-branch: ${{ github.ref == 'refs/heads/master' && 'production' || 'staging' }} env: DOCUSAURUS_GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }} \ No newline at end of file