Skip to content

Commit a21b30e

Browse files
committed
- small bugfix in documentation generation (Mac vs Linux)
1 parent 5169b6b commit a21b30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generateDocumentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: nimble install
2727
- name: Build documentation
2828
run: |
29-
sed -i '' 's/assets/nimplex\/assets/g' nimplex.nim
29+
sed -i 's/assets/nimplex\/assets/g' nimplex.nim
3030
nim doc --outdir:docs --index:on --git.url:https://github.com/amkrajewski/nimplex --git.commit:main --docInternal nimplex.nim
3131
cp docs/nimplex.html docs/index.html
3232
- name: Copy assets to docs

0 commit comments

Comments
 (0)