Skip to content

Commit bfa1ff2

Browse files
committed
fix: content repo link
1 parent dd3bbb7 commit bfa1ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-blog-contents.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Clone content repo
2121
run: |
2222
rm -rf src/content
23-
git clone https://github.com/deviceofchoice/blog.git src/content
23+
git clone https://github.com/deviceofchoice/content.git src/content
2424
rm -rf src/content/.git # Remove .git to avoid nested repo issues
2525
- name: Commit and push changes
2626
run: |

0 commit comments

Comments
 (0)