We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cc751 commit 3517055Copy full SHA for 3517055
.github/workflows/generate-page-docs.yml
@@ -33,12 +33,7 @@ jobs:
33
sleep 1
34
done
35
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"
+ sed 's:/api/openapi.json:openapi.json:g' docs/index.html > docs/i.html
42
43
- uses: EndBug/add-and-commit@v9
44
with:
0 commit comments