httpie-cli/.github/workflows/update-documentation.yml
2021-09-10 20:05:23 +02:00

20 lines
345 B
YAML

name: Update documentation
on:
push:
branches:
- master
paths:
- docs/README.md
- docs/config.json
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 }}