mirror of
https://github.com/httpie/cli.git
synced 2025-03-12 13:18:13 +01:00
Use HTTPie for the documentation build request (#1150)
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
This commit is contained in:
parent
ba6fd0bc14
commit
9dd0203bae
4
.github/workflows/update-documentation.yml
vendored
4
.github/workflows/update-documentation.yml
vendored
@ -16,5 +16,7 @@ jobs:
|
|||||||
trigger-doc-build:
|
trigger-doc-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install HTTPie
|
||||||
|
run: sudo snap install --edge httpie
|
||||||
- name: Trigger new documentation build
|
- name: Trigger new documentation build
|
||||||
run: curl -X POST ${{ secrets.DOCS_UPDATE_VERCEL_HOOK }}
|
run: http --ignore-stdin POST ${{ secrets.DOCS_UPDATE_VERCEL_HOOK }}
|
||||||
|
Loading…
Reference in New Issue
Block a user