Skip to content

Commit

Permalink
Merge pull request #122 from OpenMined/gh-pages
Browse files Browse the repository at this point in the history
gh-pages support
  • Loading branch information
madhavajay authored Nov 17, 2023
2 parents fd7989b + cec175f commit 6ac3157
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
Expand Down
188 changes: 184 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openmined-website",
"homepage": "https://www.openmined.org",
"homepage": "https://openmined.github.io/openmined-website",
"version": "1.0.0",
"private": false,
"license": "Apache-2.0",
Expand All @@ -14,6 +14,8 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand All @@ -36,5 +38,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.0.0"
}
}

0 comments on commit 6ac3157

Please sign in to comment.