Skip to content

Commit 3517055

Browse files
committed
.
1 parent c4cc751 commit 3517055

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,7 @@ jobs:
3333
sleep 1
3434
done
3535
curl -o docs/index.html --silent --fail http://0.0.0.0:8000/api/docs
36-
37-
- uses: peter-evans/find-replace-action@v2
38-
with:
39-
find: "/api/openapi.json"
40-
replace: "openapi.json"
41-
include: "docs/index.html"
36+
sed 's:/api/openapi.json:openapi.json:g' docs/index.html > docs/i.html
4237
4338
- uses: EndBug/add-and-commit@v9
4439
with:

0 commit comments

Comments
 (0)