Skip to content

Commit

Permalink
Trigger official documentation build when documentation is updated here
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Sep 8, 2021
1 parent a586fca commit 4d7d6b6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 4d7d6b6

Please sign in to comment.