From 74e1d3d5d36e443d7c57476b7391104239040d5e Mon Sep 17 00:00:00 2001 From: harshad-symbl <86946393+harshad-symbl@users.noreply.github.com> Date: Thu, 27 Jan 2022 18:39:13 +0530 Subject: [PATCH] For docs public repo - restore docs folder (#344) Co-authored-by: harshad-symbl --- .github/workflows/master.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 8b1e2d4a..829bb2da 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -4,13 +4,13 @@ on: - 'master' jobs: - build: - name: Build + trigger-circleci: runs-on: ubuntu-latest steps: - - name: Repository Dispatch - uses: peter-evans/repository-dispatch@v1 - with: - token: ${{ secrets.REPO_ACCESS_TOKEN }} - repository: ${{ secrets.REPO_NAME }} - event-type: build-production + - name: Trigger exiting circleci job + uses: zivkaziv/circleci-trigger-github-action@master + with: + token: ${{ secrets.CCI_DOCS_TOKEN }} + branch: master + org: rammerai + repo: docs-v1