Use HTTPie for the documentation build request (#1150)

Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
This commit is contained in:
Mickaël Schoentgen 2021-09-15 14:25:46 +02:00 committed by GitHub
parent ba6fd0bc14
commit 9dd0203bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}