Skip to content

Commit

Permalink
Modify deploy to WordPress.org
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoni committed Jan 27, 2022
1 parent d742d63 commit 8310895
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dev/svn-push
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ if [ $current_branch != 'main' ]; then
git checkout main
fi

bin/generate-markdown-readme
git add readme.md
if [ -n "$(git status --porcelain readme.md)" ]; then
echo "Please commit (--amend?) the updated readme.md"
exit 1
fi

git pull origin main
git push origin main
svn_url=$(cat svn-url)
Expand Down

0 comments on commit 8310895

Please sign in to comment.