We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321a2ee commit 8ea74a5Copy full SHA for 8ea74a5
.github/workflows/generate-page-docs.yml
@@ -29,9 +29,10 @@ jobs:
29
30
- name: Fetch page docs
31
run: |
32
- 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
33
sleep 1
34
done
35
+ curl -o docs/openapi.json --silent --fail http://0.0.0.0:8000/api/openapi.json
36
37
- uses: EndBug/add-and-commit@v9
38
with:
0 commit comments