Skip to content

Commit

Permalink
Deploy v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmasoud1 committed May 18, 2024
1 parent e13d37a commit 39dc1d4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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"}'

0 comments on commit 39dc1d4

Please sign in to comment.