Skip to content

Commit 4d7d6b6

Browse files
committed
Trigger official documentation build when documentation is updated here
1 parent a586fca commit 4d7d6b6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Update documentation
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
paths:
8+
- docs/README.md
9+
release:
10+
types:
11+
- published
12+
13+
jobs:
14+
trigger-doc-build:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: Trigger new documentation build
18+
run: curl -X POST ${{ secrets.DOCS_UPDATE_VERCEL_HOOK }}

0 commit comments

Comments
 (0)