Skip to content

Commit

Permalink
update deploy doc
Browse files Browse the repository at this point in the history
  • Loading branch information
twoelevenjay committed Oct 28, 2024
1 parent c7208fe commit 982637d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
SVN_PASSWORD: ${{ secrets.WORDPRESS_PASSWORD }}
run: |
svn co https://plugins.svn.wordpress.org/discontinued-products/ svn-dir
rsync -av --delete --exclude=".git" ./ svn-dir/trunk/
rsync -av --delete --exclude=".git" ./ svn-dir/trunk/ | tee rsync-output.log
cp .github/temp/readme.txt svn-dir/trunk/readme.txt # Copy the newly generated readme.txt
cd svn-dir
svn add --force trunk/*
Expand Down

0 comments on commit 982637d

Please sign in to comment.