Skip to content

Commit

Permalink
DOC: Correct base url to ITKMeshToPolyData
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Feb 4, 2024
1 parent 3ffe50f commit 2820496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
mkdir -p docs/ts/docs
mkdir -p docs//ts/app
sed "s% basePath:.*% basePath: '/itkmeshtopolydata/ts/docs',%" wasm/typescript/index.html > docs/ts/docs/index.html
sed "s% basePath:.*% basePath: '/ITKMeshToPolyData/ts/docs',%" wasm/typescript/index.html > docs/ts/docs/index.html
cp wasm/typescript/README.md docs/ts/docs/
mkdir -p docs/ts/docs/test/browser/demo-app
cp wasm/typescript/test/browser/demo-app/logo.svg docs/ts/docs/test/browser/demo-app/
pushd wasm/typescript
rm -rf demo-app node_modules/.vite
export VITE_BASE_URL="/itkmeshtopolydata/ts/app/"
export VITE_BASE_URL="/ITKMeshToPolyData/ts/app/"
pnpm build
popd
rsync -a wasm/typescript/demo-app/ docs/ts/app/
Expand All @@ -70,7 +70,7 @@ jobs:
mkdir -p docs/py/docs
mkdir -p docs/py/app
export SPHINX_BASE_URL="/itkmeshtopolydata/py/docs/"
export SPHINX_BASE_URL="/ITKMeshToPolyData/py/docs/"
pushd wasm/python/itkwasm-mesh-to-poly-data/docs
pip install -r requirements.txt
make html
Expand Down

0 comments on commit 2820496

Please sign in to comment.