You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-08-10 22:42:05 +02:00
Trigger official documentation build when documentation is updated here
This commit is contained in:
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 }}
|
Reference in New Issue
Block a user