Skip to content

Commit 2820496

Browse files
committed
DOC: Correct base url to ITKMeshToPolyData
1 parent 3ffe50f commit 2820496

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
mkdir -p docs/ts/docs
4949
mkdir -p docs//ts/app
5050
51-
sed "s% basePath:.*% basePath: '/itkmeshtopolydata/ts/docs',%" wasm/typescript/index.html > docs/ts/docs/index.html
51+
sed "s% basePath:.*% basePath: '/ITKMeshToPolyData/ts/docs',%" wasm/typescript/index.html > docs/ts/docs/index.html
5252
cp wasm/typescript/README.md docs/ts/docs/
5353
mkdir -p docs/ts/docs/test/browser/demo-app
5454
cp wasm/typescript/test/browser/demo-app/logo.svg docs/ts/docs/test/browser/demo-app/
5555
5656
pushd wasm/typescript
5757
rm -rf demo-app node_modules/.vite
58-
export VITE_BASE_URL="/itkmeshtopolydata/ts/app/"
58+
export VITE_BASE_URL="/ITKMeshToPolyData/ts/app/"
5959
pnpm build
6060
popd
6161
rsync -a wasm/typescript/demo-app/ docs/ts/app/
@@ -70,7 +70,7 @@ jobs:
7070
mkdir -p docs/py/docs
7171
mkdir -p docs/py/app
7272
73-
export SPHINX_BASE_URL="/itkmeshtopolydata/py/docs/"
73+
export SPHINX_BASE_URL="/ITKMeshToPolyData/py/docs/"
7474
pushd wasm/python/itkwasm-mesh-to-poly-data/docs
7575
pip install -r requirements.txt
7676
make html

0 commit comments

Comments
 (0)