Skip to content

Commit

Permalink
- small additional adjustment to new docs to fix asset links
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Jan 26, 2024
1 parent 2d6ccab commit 38b3073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generateDocumentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: nimble install
- name: Build documentation
run: |
sed -i 's/assets/nimplex\/assets/g' nimplex.nim
sed -i 's/assets/nimplex\/assets/g' docs/docs.nim
nim doc --outdir:docs --index:on --git.url:https://github.com/amkrajewski/nimplex --git.commit:main --docInternal --project nimplex.nim
cp docs/nimplex.html docs/index.html
- name: Copy assets to docs
Expand Down

0 comments on commit 38b3073

Please sign in to comment.