From dcebf9343f17777406369a8186318a6daf168685 Mon Sep 17 00:00:00 2001 From: almightyhak <134626626+almightyhak@users.noreply.github.com> Date: Thu, 11 Jul 2024 22:46:24 +0700 Subject: [PATCH] Update build_push.yml --- .github/workflows/build_push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 2ea41585..d984a6c6 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 --exclude README.md + rsync -a --delete --exclude .git --exclude .gitignore main/repo/ repo --exclude README.md --exclude repo.json - name: Deploy repo uses: EndBug/add-and-commit@v9