Skip to content

Commit

Permalink
ci(sync): Add sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
syfxlin committed Jan 19, 2024
1 parent 5cc04bd commit e288e46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
uses: actions/checkout@v4
- name: Sync
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
cd .. && git clone https://github.com/syfxlin/blog.git && cd blog
rm -rf depker.config.ts
rm -rf .git && cp -rf ../next-theme-coline/.git .
Expand Down

0 comments on commit e288e46

Please sign in to comment.