mirror of
https://github.com/ow-mods/ow-mod-db.git
synced 2025-12-11 20:15:24 +01:00
Trigger website build after db updates
This commit is contained in:
parent
a813aeb0b3
commit
1c203ecc00
4
.github/workflows/update-releases.yml
vendored
4
.github/workflows/update-releases.yml
vendored
@ -94,3 +94,7 @@ jobs:
|
||||
commit_user_name: Outer Wilds Mod Database
|
||||
commit_user_email: database@outerwildsmods.com
|
||||
commit_author: Outer Wilds Mod Database <database@outerwildsmods.com>
|
||||
|
||||
- name: Dispatch Website Build Event
|
||||
run: |
|
||||
curl -XPOST -u "${{ secrets.GH_USER }}:${{ secrets.GH_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/ow-mods/outerwildsmods.com/dispatches --data '{"event_type": "build"}'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user