From 9dd0203bae1725ee0a4fd08252c740af8e15e9e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Wed, 15 Sep 2021 14:25:46 +0200 Subject: [PATCH] Use HTTPie for the documentation build request (#1150) Co-authored-by: Jakub Roztocil --- .github/workflows/update-documentation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml index 81a5c989..d9af12e3 100644 --- a/.github/workflows/update-documentation.yml +++ b/.github/workflows/update-documentation.yml @@ -16,5 +16,7 @@ jobs: trigger-doc-build: runs-on: ubuntu-latest steps: + - name: Install HTTPie + run: sudo snap install --edge httpie - name: Trigger new documentation build - run: curl -X POST ${{ secrets.DOCS_UPDATE_VERCEL_HOOK }} + run: http --ignore-stdin POST ${{ secrets.DOCS_UPDATE_VERCEL_HOOK }}