mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
Added webhook for website rebuilding
This commit is contained in:
parent
7e4f5dc6ac
commit
72ac0632fa
6
.github/workflows/vs-win.yml
vendored
6
.github/workflows/vs-win.yml
vendored
@ -78,3 +78,9 @@ jobs:
|
||||
git describe --always | tee latest_ver
|
||||
aws s3 cp latest_id s3://vgmstream-builds/ --acl public-read
|
||||
aws s3 cp latest_ver s3://vgmstream-builds/ --acl public-read
|
||||
|
||||
- name: Send webhook to Netlify for updating the website
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: distributhor/workflow-webhook@v2.0.4
|
||||
with:
|
||||
webhook_url: ${{secrets.NETLIFY_WEBHOOK}}
|
||||
|
Loading…
Reference in New Issue
Block a user