Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
ProFastCode committed Jul 3, 2024
1 parent 321a2ee commit 8ea74a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-page-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
- name: Fetch page docs
run: |
until $(curl -o docs/index.html --silent --head --fail http://0.0.0.0:8000/api/docs); do
until $(curl -o docs/index.html --silent --fail http://0.0.0.0:8000/api/docs); do
sleep 1
done
curl -o docs/openapi.json --silent --fail http://0.0.0.0:8000/api/openapi.json
- uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 8ea74a5

Please sign in to comment.