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

15 lines
332 B
YAML
Raw Normal View History

2021-12-10 20:04:19 +01:00
on:
release:
types:
- published
- unpublished
- deleted
jobs:
2021-12-10 20:36:10 +01:00
trigger-website-build:
2021-12-10 20:04:19 +01:00
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 }}