Skip to content

Commit

Permalink
Fix docs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed May 19, 2023
1 parent cc697db commit 7512ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 7512ca7

Please sign in to comment.