Skip to content

Commit

Permalink
Fixing CI (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Chu authored Jul 5, 2021
1 parent c39abc2 commit ba8ca58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
git config --global user.email "devhub-deploy@users.noreply.github.com"
git config --global user.name "Devhub Deployer"
yarn build
yarn deploy
workflows:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"lint": "eslint src/**/*.js",
"lint:ci": "eslint src/**/*.js --max-warnings=0",
"lint:fix": "eslint --fix src/**/*.js",
"predeploy": "yarn build",
"deploy": "gh-pages -d build -m '[ci skip] Updates'"
},
"dependencies": {
Expand Down

0 comments on commit ba8ca58

Please sign in to comment.