Skip to content

Commit

Permalink
- added favicon link to the documentation generating action
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Feb 2, 2024
1 parent d9b7712 commit 97b7e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generateDocumentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
sed -i 's/assets/nimplex\/assets/g' nimplex.nim
nim doc --outdir:docs --index:on --git.url:https://github.com/amkrajewski/nimplex --git.commit:main --docInternal --project nimplex.nim
sed -i '26i<img src="../assets/logo.png" alt="Logo" style="width:200px;height:170px;margin:20px 0px 20px 20px;"/>' docs/nimplex.html
sed -i '12d'
sed -i '12d'
sed -i '12d' docs/nimplex.html
sed -i '12d' docs/nimplex.html
sed -i '12i<link rel="icon" href="favicon.ico" type="image/x-icon"><link rel="shortcut icon" href="favicon.ico" type="image/x-icon">' docs/nimplex.html
cp docs/nimplex.html docs/index.html
- name: Copy assets to docs
Expand Down

0 comments on commit 97b7e07

Please sign in to comment.