We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5169b6b commit a21b30eCopy full SHA for a21b30e
.github/workflows/generateDocumentation.yaml
@@ -26,7 +26,7 @@ jobs:
26
- run: nimble install
27
- name: Build documentation
28
run: |
29
- sed -i '' 's/assets/nimplex\/assets/g' nimplex.nim
+ sed -i 's/assets/nimplex\/assets/g' nimplex.nim
30
nim doc --outdir:docs --index:on --git.url:https://github.com/amkrajewski/nimplex --git.commit:main --docInternal nimplex.nim
31
cp docs/nimplex.html docs/index.html
32
- name: Copy assets to docs
0 commit comments