We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8c2a1 commit 5e52bedCopy full SHA for 5e52bed
.github/workflows/build.yml
@@ -30,3 +30,8 @@ jobs:
30
npm run build
31
env:
32
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