Skip to content

Commit 5fec872

Browse files
authored
Merge pull request #69 from NeuroJSON/dev-fan
test: deploy to neurojson.io
2 parents 171454f + de2f19f commit 5fec872

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

.github/workflows/build-deploy-neurojsonio.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- staging
7+
pull_request:
8+
branches:
9+
- staging
710

811
jobs:
912
deploy:
@@ -35,4 +38,4 @@ jobs:
3538
username: ${{ secrets.NEUROJ_SERVER_USER }}
3639
ssh_private_key: ${{ secrets.NEUROJ_SERVER_SSH_KEY }}
3740
local_path: "./build/*"
38-
remote_path: "${{ secrets.NEUROJ_CI_PATH }}"
41+
remote_path: "${{ secrets.NEUROJ_IO_CI_PATH }}"
File renamed without changes.

public/img/section3_cards.png

-19.8 MB
Loading

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="io_fav.png" />
5+
<link rel="icon" href="/img/io_fav.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<meta

src/components/HomePageComponents/Section1.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import ArrowCircleDownIcon from "@mui/icons-material/ArrowCircleDown";
2-
// import ExpandMoreIcon from "@mui/icons-material/ExpandMore";
32
import SearchIcon from "@mui/icons-material/Search";
43
import {
54
Typography,

src/pages/DatasetDetailPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ const DatasetDetailPage: React.FC = () => {
11761176
</Box>
11771177

11781178
<Collapse in={isExternalExpanded}>
1179-
{/* Scrollable card container */}
1179+
{/* Scrollable card container */}
11801180
<Box
11811181
sx={{
11821182
maxHeight: "400px",

0 commit comments

Comments
 (0)