From c559d7c290c4b221cf59c10833943ec736136972 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Fri, 10 Dec 2021 20:04:19 +0100 Subject: [PATCH] Add website built action --- .github/workflows/website-build.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/website-build.yml diff --git a/.github/workflows/website-build.yml b/.github/workflows/website-build.yml new file mode 100644 index 0000000..02a2d9a --- /dev/null +++ b/.github/workflows/website-build.yml @@ -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 }}