diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 0088c81..7aea058 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -19,4 +19,11 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} branch: demo # The branch the action should deploy to. - folder: dist # The folder the action should deploy. \ No newline at end of file + folder: dist # The folder the action should deploy. + + - name: Trigger Deploy v3 + run: | + curl -X POST -H "Accept: application/vnd.github.v3+json" \ + -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ + https://api.github.com/repos/neuroneural/brainchop/actions/workflows/deploy-v3.yml/dispatches \ + -d '{"ref":"master"}' \ No newline at end of file