Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
trigger netlify build when action is run to keep calendar up to date
  • Loading branch information
TheJuanAndOnly99 authored Dec 20, 2024
1 parent 6e8c2a1 commit 02a5b25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:
npm run build
env:
GOOGLE_SERVICE_ACCOUNT_PASSPHRASE: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_PASSPHRASE }}

- name: Trigger Netlify Build
run: |
curl -X POST -d {} https://api.netlify.com/build_hooks/676564b824c64e75ebf22bcd

0 comments on commit 02a5b25

Please sign in to comment.