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

23 lines
466 B
YAML
Raw Normal View History

2022-01-26 10:50:22 +01:00
name: Deploy Documentation
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 }}