Skip to content

Commit

Permalink
other slug
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Aug 13, 2024
1 parent 7d0401b commit 1f38773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rtd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
- main

jobs:
build:
rtd:
runs-on: ubuntu-latest
steps:
- name: Trigger RTDs build
run: |
curl \
-X POST "https://readthedocs.org/api/v3/projects/bt_tools/versions/latest/builds/" \
-X POST "https://readthedocs.org/api/v3/projects/bt-tools/versions/latest/builds/" \
-H "Authorization: Token ${{ secrets.RTD_API_TOKEN }}"

0 comments on commit 1f38773

Please sign in to comment.