Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ProFastCode committed Jul 2, 2024
1 parent 6a562ac commit ff0b993
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
- name: Fetch /docs page
run: |
curl http://0.0.0.0:8000/api/docs -o index.html
until $(curl -o /docs/index.html --silent --head --fail http://0.0.0.0:8000/api/docs); do
printf '.'
sleep 1
done
- name: Commit index.html
run: |
Expand Down

0 comments on commit ff0b993

Please sign in to comment.