httpie-desktop/.github/workflows/website-build.yml
2021-12-10 11:36:10 -08:00

15 lines
332 B
YAML

on:
release:
types:
- published
- unpublished
- deleted
jobs:
trigger-website-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 }}