httpie-desktop/.github/workflows/website-build.yml
2021-12-10 20:04:26 +01:00

15 lines
328 B
YAML

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 }}