update docusaurus action

This commit is contained in:
Salvatore Giordano
2021-07-16 17:24:59 +02:00
parent bf90f0a3b1
commit f54e7ebfda
+2
View File
@@ -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 }}