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 29, 2024
1 parent 79a362b commit ec69cd9
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 --username $SVN_USERNAME --password $SVN_PASSWORD --non-interactive
rsync -av --delete --exclude=".git" ./ svn-dir/trunk/
rsync -avvv --delete --ignore-missing-args --exclude=".git" ./ svn-dir/trunk/
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 ec69cd9

Please sign in to comment.