Skip to content

Commit 5e52bed

Browse files
Update build.yml (#236)
1 parent 6e8c2a1 commit 5e52bed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ jobs:
3030
npm run build
3131
env:
3232
GOOGLE_SERVICE_ACCOUNT_PASSPHRASE: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_PASSPHRASE }}
33+
34+
- name: Trigger Netlify Build
35+
run: |
36+
curl -X POST -d {} https://api.netlify.com/build_hooks/676564b824c64e75ebf22bcd
37+

0 commit comments

Comments
 (0)