1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-24 00:31:09 +02:00

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

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