mirror of
https://github.com/httpie/cli.git
synced 2025-02-16 17:40:51 +01:00
Trigger official documentation build when documentation is updated here
This commit is contained in:
parent
a586fca246
commit
4d7d6b66cf
18
.github/workflows/update_documentation.yml
vendored
Normal file
18
.github/workflows/update_documentation.yml
vendored
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user