forked from extern/httpie-cli
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install HTTPie
|
- name: Install HTTPie
|
||||||
run: sudo snap install --edge httpie
|
run: sudo pip install httpie
|
||||||
- name: Trigger new documentation build
|
- name: Trigger new documentation build
|
||||||
run: http --ignore-stdin POST ${{ secrets.DOCS_UPDATE_VERCEL_HOOK }}
|
run: http --ignore-stdin POST ${{ secrets.DOCS_UPDATE_VERCEL_HOOK }}
|
||||||
|
Loading…
Reference in New Issue
Block a user