Skip to content

Commit 416206d

Browse files
committed
fix RTD project name
1 parent 1be3173 commit 416206d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ publish-rtd tag="":
915915

916916
# Trigger build via RTD API
917917
# See: https://docs.readthedocs.io/en/stable/api/v3.html#post--api-v3-projects-(string-project_slug)-versions-(string-version_slug)-builds-
918-
RTD_PROJECT="autobahnpython"
918+
RTD_PROJECT="autobahn"
919919
RTD_API_URL="https://readthedocs.org/api/v3/projects/${RTD_PROJECT}/versions/${TAG}/builds/"
920920

921921
echo "==> Calling RTD API..."

0 commit comments

Comments
 (0)