Skip to content

Commit aedf965

Browse files
committed
Merge branch 'master' into gh-pages
2 parents 64b1f61 + 1bad502 commit aedf965

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/auto-pr.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Automated PR for merging master into gh-pages
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: '0 0 * * 0' # Runs every Sunday at 00:00
67

@@ -21,8 +22,8 @@ jobs:
2122
- name: Merge master into gh-pages
2223
run: |
2324
git checkout gh-pages
24-
git merge --no-edit master || echo "Merge conflict occurred. Aborting the process." && exit 1
25-
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."
2627
2728
- name: Create Pull Request
2829
uses: peter-evans/create-pull-request@v3

zer0.md

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ snippet: What is a snippet?
3030
comments: true
3131
---
3232

33+
testing pr workflow
34+
3335
[![pages-build-deployment](https://github.com/bamr87/it-journey/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/bamr87/it-journey/actions/workflows/pages/pages-build-deployment)
3436

3537
[![Gem Version](https://badge.fury.io/rb/jekyll-theme-zer0.svg)](https://badge.fury.io/rb/jekyll-theme-zer0)

0 commit comments

Comments
 (0)