diff --git a/.github/workflows/trigger.yml b/.github/workflows/trigger.yml new file mode 100644 index 0000000..70768e5 --- /dev/null +++ b/.github/workflows/trigger.yml @@ -0,0 +1,17 @@ +name: Calling Docusaurus + +on: + push: + branches: + - main + +jobs: + dispatch: + runs-on: ubuntu-latest + steps: + - name: Repository Dispatch + uses: peter-evans/repository-dispatch@v4 + with: + token: ${{ secrets.PUBLIC_REPOSITORY_DISPATCH }} + repository: gianet-us/www_gianet_us + event-type: trigger-docs-update \ No newline at end of file