Skip to content

Commit 1bad502

Browse files
committed
fix
1 parent bc08d80 commit 1bad502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Merge master into gh-pages
2323
run: |
2424
git checkout gh-pages
25-
git merge --no-edit master || echo "Merge conflict occurred. Aborting the process." && exit 1
26-
git push origin gh-pages
25+
git merge --no-edit master || echo "Merge conflict occurred. Continuing the process."
26+
git push origin gh-pages || echo "Push failed. Continuing the process."
2727
2828
- name: Create Pull Request
2929
uses: peter-evans/create-pull-request@v3

0 commit comments

Comments
 (0)