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 efeaab8 commit 839a2df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/publish-to-wordpress-org.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ 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 {} +
Expand Down

0 comments on commit 839a2df

Please sign in to comment.