diff --git a/.github/workflows/docusaurus.yml b/.github/workflows/docusaurus.yml new file mode 100644 index 00000000..03fc3d5f --- /dev/null +++ b/.github/workflows/docusaurus.yml @@ -0,0 +1,17 @@ +name: docusaurus + +on: + push: + branches: + - docusaurus # default branch name for each repo that docs should be push from + paths: + - docusaurus/** +jobs: + push_docusaurus: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: push + uses: GetStream/push-stream-chat-docusaurus-action@main + env: + DOCUSAURUS_GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }} \ No newline at end of file