Skip to content

Commit

Permalink
Merge pull request #113 from Financial-Times/matth/fix-circle-publish
Browse files Browse the repository at this point in the history
Bump to Athloi with non dry-run publish, fix gh-pages ssh step
  • Loading branch information
i-like-robots authored Jul 25, 2018
2 parents 3a59617 + 2010f84 commit 138abf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start-docs": "(cd tools/x-docs && npm start)"
},
"devDependencies": {
"@financial-times/athloi": "^1.0.0-beta.2",
"@financial-times/athloi": "^1.0.0-beta.3",
"@financial-times/secret-squirrel": "^2.10.1",
"eslint": "^5.1.0",
"eslint-config-prettier": "^2.9.0",
Expand Down
1 change: 1 addition & 0 deletions private/scripts/gh-pages
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ git config --global user.email $GITHUB_EMAIL
git config --global user.name $GITHUB_NAME

# HACK: Add GitHub to known hosts to avoid an interactive prompt when cloning over SSH
mkdir -p ~/.ssh
ssh-keyscan -H github.com >> ~/.ssh/known_hosts

# Clone only the branch we need so we don't download all of the project history
Expand Down

0 comments on commit 138abf5

Please sign in to comment.