We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b93eac commit 227efc2Copy full SHA for 227efc2
.github/workflows/generate-page-docs.yml
@@ -32,8 +32,8 @@ jobs:
32
until $(curl -o docs/openapi.json --silent --fail http://0.0.0.0:8000/api/openapi.json); do
33
sleep 1
34
done
35
- curl -o docs/index.html --silent --fail http://0.0.0.0:8000/api/docs
36
- sed 's:/api/openapi.json:openapi.json:g' docs/index.html > docs/index.html
+ curl -o docs/swagger.html --silent --fail http://0.0.0.0:8000/api/docs
+ sed 's:/api/openapi.json:openapi.json:g' docs/swagger.html > docs/index.html
37
38
- uses: EndBug/add-and-commit@v9
39
with:
0 commit comments