httpie-desktop/.github/workflows/website-build.yml

15 lines
328 B
YAML
Raw Normal View History

2021-12-10 20:04:19 +01:00
on:
release:
types:
- published
- unpublished
- deleted
jobs:
trigger-doc-build:
runs-on: ubuntu-latest
steps:
- name: Install HTTPie
run: sudo snap install --edge httpie
- name: Trigger website build
run: http --ignore-stdin POST ${{ secrets.PIE_WEB_VERCEL_HOOK }}