diff --git a/.github/workflows/generateDocumentation.yaml b/.github/workflows/generateDocumentation.yaml index a0db066..e9c9b28 100644 --- a/.github/workflows/generateDocumentation.yaml +++ b/.github/workflows/generateDocumentation.yaml @@ -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 '26iLogo' docs/nimplex.html - sed -i '12d' - sed -i '12d' + sed -i '12d' docs/nimplex.html + sed -i '12d' docs/nimplex.html sed -i '12i' docs/nimplex.html cp docs/nimplex.html docs/index.html - name: Copy assets to docs