Skip to content

Commit

Permalink
chore: fix deploy-docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Jan 1, 2023
1 parent 8cea48b commit ac7876d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Make POST request to trigger build
- run: curl -X POST -d {} ${{ secrets.BUILD_HOOK_URL }}
run: curl -X POST -d {} ${{ secrets.BUILD_HOOK_URL }}

0 comments on commit ac7876d

Please sign in to comment.