Skip to content

Commit 227efc2

Browse files
committed
.
1 parent 6b93eac commit 227efc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
until $(curl -o docs/openapi.json --silent --fail http://0.0.0.0:8000/api/openapi.json); do
3333
sleep 1
3434
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
35+
curl -o docs/swagger.html --silent --fail http://0.0.0.0:8000/api/docs
36+
sed 's:/api/openapi.json:openapi.json:g' docs/swagger.html > docs/index.html
3737
3838
- uses: EndBug/add-and-commit@v9
3939
with:

0 commit comments

Comments
 (0)