Skip to content

Commit

Permalink
Update website update script to preserve all badges
Browse files Browse the repository at this point in the history
  • Loading branch information
JrGoodle committed Nov 22, 2017
1 parent 5084149 commit cee4bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/update
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ "$1" == 'website' ]; then
rm -rf $GH_PAGES_DIR || exit 1
git clone git@github.com:JrGoodle/clowder.git -b gh-pages $GH_PAGES_DIR || exit 1

tail -n+3 "README.md" > "$GH_PAGES_DIR/index.md" || exit 1
tail -n+2 "README.md" > "$GH_PAGES_DIR/index.md" || exit 1
rm -rf "$GH_PAGES_DIR/docs/README" || exit 1
cp -R 'docs/README' "$GH_PAGES_DIR/docs/README" || exit 1

Expand Down

0 comments on commit cee4bb6

Please sign in to comment.