From ec69cd9edd93dbcb55c5532895ab49156d7e5456 Mon Sep 17 00:00:00 2001 From: Leon Francis Shelhamer Date: Mon, 28 Oct 2024 21:35:45 -0400 Subject: [PATCH] update deploy doc --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a4567ec..ce1c5e3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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/*