Skip to content

Commit

Permalink
Updated deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoganov committed Oct 29, 2024
1 parent 8be5a88 commit 030bd70
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\
<link rel="icon" type="image/png" href="docs/favicon.png"/>' index.html
- name: Check if index.html exists
run: |
Expand Down

0 comments on commit 030bd70

Please sign in to comment.