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 eecbd89 commit 9c85e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
redocly build-docs openapi/openapi.yaml -o index.html
npx @redocly/cli build-docs openapi/openapi.yaml -o index.html

# Check if index.html exists
if [ ! -f index.html ]; then
Expand Down

0 comments on commit 9c85e96

Please sign in to comment.