diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dbd2f190..48e2faa3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,15 @@ jobs: uses: actions/checkout@v2 - name: Build docs - run: ./make.sh + run: | + echo "Getting started" + # Bundle docs into zero-dependency HTML file + npx @redocly/cli build-docs openapi/openapi.yaml -o index.html + + - name: Add favicon + run: | + sed -i '' '8i\ + ' index.html - name: Check if index.html exists run: |