Skip to content

Commit

Permalink
Update merge-to-docs-branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndSonder committed Jan 23, 2024
1 parent a2a1df1 commit 49a9996
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/merge-to-docs-branch.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,5 @@
name: Merge to Docs Branch

on:
push:
branches:
- develop

jobs:
merge-to-docs:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Merge to Docs Branch
run: |
git config user.name "andsonder"
git config user.email "changlu@keter.top"
git config pull.rebase false
git fetch --all
git pull origin develop --allow-unrelated-histories --no-edit
git checkout -b docs origin/docs
git pull origin docs --allow-unrelated-histories --no-edit
git pull origin develop --allow-unrelated-histories --no-edit
name: Merge to Docs Branch
on:
push:
branches:
Expand Down

0 comments on commit 49a9996

Please sign in to comment.