From 5f1ff08e57b4918bae863f6baf015c43eaeea03f Mon Sep 17 00:00:00 2001 From: almightyhak <134626626+almightyhak@users.noreply.github.com> Date: Fri, 28 Jun 2024 00:30:50 +0700 Subject: [PATCH] Update build_push.yml --- .github/workflows/build_push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 26e41560..2ea41585 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -157,7 +157,7 @@ jobs: - name: Sync repo run: | - rsync -a --delete --exclude .git --exclude .gitignore main/repo/ repo + rsync -a --delete --exclude .git --exclude .gitignore main/repo/ repo --exclude README.md - name: Deploy repo uses: EndBug/add-and-commit@v9 @@ -166,4 +166,4 @@ jobs: cwd: "./repo" committer_name: almightyhak committer_email: 134626626+almightyhak@users.noreply.github.com - \ No newline at end of file +