Skip to content

Commit fee9463

Browse files
committed
fix make.sh
1 parent ea32361 commit fee9463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ echo "Getting started"
44

55
# Bundle docs into zero-dependency HTML file
66
npx @redocly/cli build-docs ./docs/openapi/simple-auth0.yaml && \
7-
mv ./docs/redoc-static.html ./docs/index.html && \
7+
mv ./redoc-static.html ./docs/index.html && \
88
echo "Changed name from redoc-static.html to index.html" && \
99
# Add favicon
1010
#sed -i '7 i \ \ <link rel="icon" type="image/png" href="images/favicon.png"/>' index.html && \

0 commit comments

Comments
 (0)