Update build_push.yml

This commit is contained in:
almightyhak 2024-06-28 00:30:50 +07:00 committed by GitHub
parent 9821d7a1e8
commit 5f1ff08e57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,7 +157,7 @@ jobs:
- name: Sync repo - name: Sync repo
run: | 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 - name: Deploy repo
uses: EndBug/add-and-commit@v9 uses: EndBug/add-and-commit@v9
@ -166,4 +166,4 @@ jobs:
cwd: "./repo" cwd: "./repo"
committer_name: almightyhak committer_name: almightyhak
committer_email: 134626626+almightyhak@users.noreply.github.com committer_email: 134626626+almightyhak@users.noreply.github.com