File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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/
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
You can’t perform that action at this time.
0 commit comments