From 38b3073dbd61942f830232560d6ccf26ac3c922d Mon Sep 17 00:00:00 2001 From: amkrajewski Date: Thu, 25 Jan 2024 19:43:24 -0500 Subject: [PATCH] - small additional adjustment to new docs to fix asset links --- .github/workflows/generateDocumentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generateDocumentation.yaml b/.github/workflows/generateDocumentation.yaml index cb07d3f..dff82b4 100644 --- a/.github/workflows/generateDocumentation.yaml +++ b/.github/workflows/generateDocumentation.yaml @@ -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