Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Dec 8, 2024
1 parent 839a2df commit b66cc36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/scripts/publish-to-wordpress-org.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ cd $SVN_PATH
echo "Checkout from SVN"
svn co https://plugins.svn.wordpress.org/${PLUGIN_SLUG}/trunk

ls -lah trunk
ls -lah

echo "Clean trunk folder"
cd $SVN_PATH/trunk
find . -maxdepth 1 -not -name ".svn" -not -name "." -not -name ".." -exec rm -rf {} +

svn status

echo "Copy files"
rsync -ah --progress $PLUGIN_PATH/* $SVN_PATH/trunk

Expand Down

0 comments on commit b66cc36

Please sign in to comment.