We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc08d80 commit 1bad502Copy full SHA for 1bad502
.github/workflows/auto-pr.yml
@@ -22,8 +22,8 @@ jobs:
22
- name: Merge master into gh-pages
23
run: |
24
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
+ git merge --no-edit master || echo "Merge conflict occurred. Continuing the process."
+ git push origin gh-pages || echo "Push failed. Continuing the process."
27
28
- name: Create Pull Request
29
uses: peter-evans/create-pull-request@v3
0 commit comments