Skip to content

Commit 1a5ab33

Browse files
committed
feat: sync repos workflow
1 parent 02443d5 commit 1a5ab33

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-submodule.yml renamed to .github/workflows/update-blog-contents.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Update Content on Dispatch
22
on:
33
repository_dispatch:
44
types: [content-update]
5+
push:
6+
branches:
7+
- main
58
jobs:
69
update:
710
runs-on: ubuntu-latest
@@ -13,7 +16,7 @@ jobs:
1316
- name: Clone content repo
1417
run: |
1518
rm -rf src/content
16-
git clone https://github.com/smaudd/lowtech-blog src/content
19+
git clone https://github.com/deviceofchoice/blog.git src/content
1720
rm -rf src/content/.git # Remove .git to avoid nested repo issues
1821
- name: Commit and push changes
1922
run: |

0 commit comments

Comments
 (0)