diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7b67623..63d36a6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ concurrency: # Cancel previous workflows on the same pull request jobs: - build-and-deploy: + deploy-web-service: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/package.json b/package.json index b7b0418..484f5cd 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { - "name": "template_library", + "name": "hybrid_template_library", "description": "Library of templates to create hybrid data for spike sorting benchmarks", "version": "1.0.0", "author": "Heberto Mayorquin", + "homepage": "https://spikeinterface.github.io/hybrid_template_library", "license": "", "scripts": { "start": "react-scripts start", diff --git a/public/basic.html b/public/basic.html deleted file mode 100644 index e1dd1da..0000000 --- a/public/basic.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - Interactive Template Visualization - - - - -
-
Loading...
- - - - diff --git a/public/neuropixels_1.png b/public/neuropixels_1.png new file mode 100644 index 0000000..414e9bf Binary files /dev/null and b/public/neuropixels_1.png differ diff --git a/src/App.test.js b/src/App.test.js index 9382b9a..22c7416 100644 --- a/src/App.test.js +++ b/src/App.test.js @@ -1,8 +1,8 @@ -import { render, screen } from "@testing-library/react"; -import App from "./App"; +// import { render, screen } from "@testing-library/react"; +// import App from "./App"; -test("renders learn react link", () => { - render(); - const linkElement = screen.getByText(/learn react/i); - expect(linkElement).toBeInTheDocument(); -}); +// test("renders learn react link", () => { +// render(); +// const linkElement = screen.getByText(/learn react/i); +// expect(linkElement).toBeInTheDocument(); +// });