Trigger official documentation build when documentation is updated here

This commit is contained in:
Mickaël Schoentgen 2021-09-08 11:03:15 +02:00
parent a586fca246
commit 4d7d6b66cf

View File

@ -0,0 +1,18 @@
name: Update documentation
on:
push:
branches:
- master
paths:
- docs/README.md
release:
types:
- published
jobs:
trigger-doc-build:
runs-on: ubuntu-latest
steps:
- name: Trigger new documentation build
run: curl -X POST ${{ secrets.DOCS_UPDATE_VERCEL_HOOK }}