httpie-cli/.github/workflows/docs-deploy.yml

21 lines
438 B
YAML
Raw Normal View History

on:
push:
branches:
- master
paths:
- docs/README.md
2021-09-10 20:05:23 +02:00
- docs/config.json
release:
types:
- published
2021-09-10 20:06:29 +02:00
- unpublished
- deleted
jobs:
trigger-doc-build:
runs-on: ubuntu-latest
steps:
- name: Install HTTPie
run: sudo snap install --edge httpie
- name: Trigger new documentation build
run: http --ignore-stdin POST ${{ secrets.DOCS_UPDATE_VERCEL_HOOK }}