mirror of
https://github.com/httpie/desktop.git
synced 2024-11-21 14:13:09 +01:00
Add website built action
This commit is contained in:
parent
0b8e6bf50f
commit
c559d7c290
14
.github/workflows/website-build.yml
vendored
Normal file
14
.github/workflows/website-build.yml
vendored
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user