diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 15027a2..5645898 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: run: | yarn install --frozen-lockfile yarn build - node scripts/productionise-html.js --wheelPath /bin/dist/csc_validator_be_cin-0.1.4-py3-none-any.whl --tool ToolCIN + node scripts/productionise-html.js --wheelPath /bin/dist/csc_validator_be_cin-0.1.6-py3-none-any.whl --tool ToolCIN - name: Deploy 🚀 if: github.ref == 'refs/heads/main' diff --git a/public/bin/dist/csc_validator_be_cin-0.1.4-py3-none-any.whl b/public/bin/dist/csc_validator_be_cin-0.1.6-py3-none-any.whl similarity index 85% rename from public/bin/dist/csc_validator_be_cin-0.1.4-py3-none-any.whl rename to public/bin/dist/csc_validator_be_cin-0.1.6-py3-none-any.whl index cd16e79..132f0d0 100644 Binary files a/public/bin/dist/csc_validator_be_cin-0.1.4-py3-none-any.whl and b/public/bin/dist/csc_validator_be_cin-0.1.6-py3-none-any.whl differ diff --git a/public/index.html b/public/index.html index 19b4be8..06365b6 100644 --- a/public/index.html +++ b/public/index.html @@ -18,7 +18,7 @@
diff --git a/src/App.tsx b/src/App.tsx index 1e39c31..e8fcaf1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -115,7 +115,7 @@ function App(props: AppProps) { } sourceLink='https://github.com/data-to-insight/cin-validator-fe' /> - + ) : ( diff --git a/src/Landing.tsx b/src/Landing.tsx index 639a9a7..8708a3c 100644 --- a/src/Landing.tsx +++ b/src/Landing.tsx @@ -39,7 +39,7 @@ const Landing = (props: LandingProps) => { } sourceLink='https://github.com/data-to-insight/cin-validator-fe' /> - +