Skip to content

Commit ff0b993

Browse files
committed
fix
1 parent 6a562ac commit ff0b993

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323
2424
- name: Fetch /docs page
2525
run: |
26-
curl http://0.0.0.0:8000/api/docs -o index.html
26+
until $(curl -o /docs/index.html --silent --head --fail http://0.0.0.0:8000/api/docs); do
27+
printf '.'
28+
sleep 1
29+
done
2730
2831
- name: Commit index.html
2932
run: |

0 commit comments

Comments
 (0)