Skip to content

Commit c4cc751

Browse files
committed
.
1 parent 9d6342d commit c4cc751

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
done
3535
curl -o docs/index.html --silent --fail http://0.0.0.0:8000/api/docs
3636
37+
- uses: peter-evans/find-replace-action@v2
38+
with:
39+
find: "/api/openapi.json"
40+
replace: "openapi.json"
41+
include: "docs/index.html"
42+
3743
- uses: EndBug/add-and-commit@v9
3844
with:
3945
default_author: github_actions

0 commit comments

Comments
 (0)