Skip to content

Commit 8ea74a5

Browse files
committed
work
1 parent 321a2ee commit 8ea74a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate-page-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
2929
3030
- name: Fetch page docs
3131
run: |
32-
until $(curl -o docs/index.html --silent --head --fail http://0.0.0.0:8000/api/docs); do
32+
until $(curl -o docs/index.html --silent --fail http://0.0.0.0:8000/api/docs); do
3333
sleep 1
3434
done
35+
curl -o docs/openapi.json --silent --fail http://0.0.0.0:8000/api/openapi.json
3536
3637
- uses: EndBug/add-and-commit@v9
3738
with:

0 commit comments

Comments
 (0)