forked from phoenix-oss/llama-stack-mirror
Debug workflow
This commit is contained in:
parent
5233666143
commit
766b11f1f8
1 changed files with 5 additions and 0 deletions
5
.github/workflows/update-readthedocs.yml
vendored
5
.github/workflows/update-readthedocs.yml
vendored
|
@ -20,6 +20,11 @@ jobs:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
y="{{ secrets.READTHEDOCS_TOKEN }}"
|
||||
py="foo-${y}"
|
||||
echo $py
|
||||
exit 1
|
||||
|
||||
response=$(curl -X POST \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"token": "{{ secrets.READTHEDOCS_TOKEN }}"}' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue