Skip to content

Commit

Permalink
Fix deploy script (MetaMask#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks authored Sep 1, 2020
1 parent c533e97 commit 16b454c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
git config --global user.email $GH_EMAIL
git config --global user.name $GH_NAME
git checkout $TARGET_BRANCH
find . -not -name docs -not -name LICENSE -delete
rm -rf `ls -a | grep "[^.|..|.git|.nojekyll|docs|LICENSE|CNAME|index.html]"`
cp -r docs/dist/* .
rm -rf docs
git add -A
Expand Down

0 comments on commit 16b454c

Please sign in to comment.