mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 17:16:30 +02:00
Fix docs deploy
This commit is contained in:
parent
cc697db730
commit
7512ca7e47
2
.github/workflows/docs-deploy.yml
vendored
2
.github/workflows/docs-deploy.yml
vendored
@ -17,6 +17,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install HTTPie
|
||||
run: sudo snap install --edge httpie
|
||||
run: sudo pip install httpie
|
||||
- name: Trigger new documentation build
|
||||
run: http --ignore-stdin POST ${{ secrets.DOCS_UPDATE_VERCEL_HOOK }}
|
||||
|
Loading…
Reference in New Issue
Block a user