Skip to content

Commit

Permalink
Update make.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maricavor authored Oct 29, 2024
1 parent d5650bb commit eecbd89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "Getting started"

# Bundle docs into zero-dependency HTML file
npx @redocly/cli build-docs openapi/openapi.yaml -o index.html
redocly build-docs openapi/openapi.yaml -o index.html

# Check if index.html exists
if [ ! -f index.html ]; then
Expand All @@ -15,4 +15,4 @@ fi
sed -i '' '8i\
<link rel="icon" type="image/png" href="docs/favicon.png"/>' index.html

echo -e "\nDone!"
echo -e "\nDone!"

0 comments on commit eecbd89

Please sign in to comment.