Add website built action

This commit is contained in:
Jakub Roztocil 2021-12-10 20:04:19 +01:00
parent 0b8e6bf50f
commit c559d7c290

14
.github/workflows/website-build.yml vendored Normal file
View File

@ -0,0 +1,14 @@
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 }}