We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4ff15 commit e73c87fCopy full SHA for e73c87f
.github/workflows/publish-to-readthedocs.yml
@@ -21,6 +21,6 @@ jobs:
21
steps:
22
- name: Trigger readthedocs build
23
run: |
24
- echo "token is $RTDS_TOKEN" proj is $RTDS_PROJECT"
+ echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT"
25
echo `curl -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT`
26
echo "curl ran"
0 commit comments