We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3bbb7 commit bfa1ff2Copy full SHA for bfa1ff2
.github/workflows/update-blog-contents.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Clone content repo
21
run: |
22
rm -rf src/content
23
- git clone https://github.com/deviceofchoice/blog.git src/content
+ git clone https://github.com/deviceofchoice/content.git src/content
24
rm -rf src/content/.git # Remove .git to avoid nested repo issues
25
- name: Commit and push changes
26
0 commit comments