diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a5a1a5b3..65715ed6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,4 +21,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: . force_orphan: true - exclude_assets: '.github,openapi,.redocly.yaml,LICENSE,README.md,make.sh' + exclude_assets: '.github,openapi,redocly.yaml,LICENSE,README.md,make.sh' diff --git a/make.sh b/make.sh index 71658656..d1f3c8ae 100755 --- a/make.sh +++ b/make.sh @@ -4,8 +4,9 @@ echo "Getting started" # Bundle docs into zero-dependency HTML file npx @redocly/cli build-docs openapi/openapi.yaml -o index.html && \ -# mv redoc-static.html index.html && \ -# echo "Changed name from redoc-static.html to index.html" && \ + # Add favicon -awk 'NR==8{print " "} 1' index.html > temp.html && mv temp.html index.html && \ +sed -i '' '8i\ + ' index.html && \ + echo -e "\nDone!" \ No newline at end of file