diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 3490e05..15027a2 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.3-py3-none-any.whl --tool ToolCIN + node scripts/productionise-html.js --wheelPath /bin/dist/csc_validator_be_cin-0.1.4-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.3-py3-none-any.whl b/public/bin/dist/csc_validator_be_cin-0.1.3-py3-none-any.whl deleted file mode 100644 index 912ad58..0000000 Binary files a/public/bin/dist/csc_validator_be_cin-0.1.3-py3-none-any.whl and /dev/null differ 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.4-py3-none-any.whl new file mode 100644 index 0000000..cd16e79 Binary files /dev/null and b/public/bin/dist/csc_validator_be_cin-0.1.4-py3-none-any.whl differ diff --git a/public/index.html b/public/index.html index 1e6c8a6..19b4be8 100644 --- a/public/index.html +++ b/public/index.html @@ -18,7 +18,7 @@
diff --git a/src/App.tsx b/src/App.tsx index 19681d1..1e39c31 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 783ccda..639a9a7 100644 --- a/src/Landing.tsx +++ b/src/Landing.tsx @@ -39,8 +39,8 @@ const Landing = (props: LandingProps) => { } sourceLink='https://github.com/data-to-insight/cin-validator-fe' /> - - + + );