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 9d6342d commit c4cc751
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/generate-page-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
done
curl -o docs/index.html --silent --fail http://0.0.0.0:8000/api/docs
- uses: peter-evans/find-replace-action@v2
with:
find: "/api/openapi.json"
replace: "openapi.json"
include: "docs/index.html"

- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions

0 comments on commit c4cc751

Please sign in to comment.