Skip to content

Commit

Permalink
change: change favicon size and add it to redoc page
Browse files Browse the repository at this point in the history
  • Loading branch information
m-benamor committed Sep 27, 2024
1 parent a9f136b commit 7593ed5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: build doc
run: npx @redocly/cli build-docs https://bitbucket.org/medicalinformatics/mainzelliste/raw/development/resources/Mainzelliste.OpenApi.Spec.yaml -o out/api-doc/index.html
- name: add favicon to redoc page
run: sed -i '7 i \ \ <link rel="icon" type="image/gif" href="${{ steps.deployment.outputs.page_url }}/favicon.ico"/>' out/api-doc/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
26 changes: 22 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified public/favicon.ico
Binary file not shown.

0 comments on commit 7593ed5

Please sign in to comment.