Skip to content

Commit cbdd711

Browse files
committed
Initial Deploy ready for action
1 parent 37532a8 commit cbdd711

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"homepage": "https://abdssamie.github.io",
2+
"homepage": "https://abdssamie.github.io/myPortfolio",
33
"name": "myportfolio",
44
"version": "0.1.0",
55
"private": true,
@@ -24,7 +24,7 @@
2424
"predeploy": "npm run build",
2525
"start": "node fetch.js && react-scripts start",
2626
"build": "node fetch.js && react-scripts build",
27-
"deploy": "gh-pages -b master -d build",
27+
"deploy": "gh-pages -d build",
2828
"test": "react-scripts test",
2929
"eject": "react-scripts eject",
3030
"format": "prettier --write \"./**/*.{js,css,json,scss}\"",

0 commit comments

Comments
 (0)