Skip to content

Commit

Permalink
Update readthedocs-auto-build.yml
Browse files Browse the repository at this point in the history
-y
  • Loading branch information
Gamenot authored Dec 1, 2023
1 parent a59dea3 commit 62633c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readthedocs-auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
apt-get install -y libenchant-dev
- name: Install curl
run: |
apt-get install curl
apt-get install -y curl
- name: build_docs
run: |
curl -X POST -d "branches=master" -d "token=${{ secrets.RTDS_WEBHOOK_TOKEN }}" ${{ secrets.RTDS_WEBHOOK_URL }}

0 comments on commit 62633c9

Please sign in to comment.