Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProFastCode committed Jul 3, 2024
1 parent 6b93eac commit 227efc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-page-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
until $(curl -o docs/openapi.json --silent --fail http://0.0.0.0:8000/api/openapi.json); do
sleep 1
done
curl -o docs/index.html --silent --fail http://0.0.0.0:8000/api/docs
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
- uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 227efc2

Please sign in to comment.