Update build_push.yml
This commit is contained in:
parent
9821d7a1e8
commit
5f1ff08e57
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_push.yml
vendored
4
.github/workflows/build_push.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue