Skip to content

Commit 12ce718

Browse files
committed
trigger netlify docs rebuild on publish
1 parent d3cd6cb commit 12ce718

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wip.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
run: |
5151
./gradlew --no-daemon --info --stacktrace release
5252
53+
- name: Trigger Netlify Doc Deploy
54+
run: |
55+
curl -X POST -d '{}' https://api.netlify.com/build_hooks/67fe72e7760e879248fa36c4
56+
5357
- name: Archive Release Log
5458
uses: actions/upload-artifact@v4
5559
with:

0 commit comments

Comments
 (0)