Skip to content

Commit a40ffc9

Browse files
authored
Update update-blog-dashboard-test.yml
1 parent ba3e6a2 commit a40ffc9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/update-blog-dashboard-test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ jobs:
1919
- name: Clone the 2024-25 PEY archive repo (shallow clone)
2020
run: git clone --depth 1 https://github.com/sadmanca/2024-25-pey-archive pey-archive
2121

22-
- name: Clone the blog repo (shallow clone)
22+
- name: Clone the blog repo
2323
run: |
24-
git clone --depth 1 https://github.com/sadmanca/blog blog-repo
25-
cd blog-repo
26-
git fetch --all --depth 1
24+
git clone https://github.com/sadmanca/blog blog-repo
2725
2826
- name: Checkout pey-2024-test branch in blog repo
2927
run: |

0 commit comments

Comments
 (0)