Skip to content

Commit 88aa032

Browse files
Update deploy.yml
1 parent 1df8286 commit 88aa032

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Clean default content
26-
run: rm -rf content/*
26+
run: rm -rf content/* || true
27+
mkdir -p content
2728
- name: Checkout Content from Repo A
2829
uses: actions/checkout@v4
2930
with:

0 commit comments

Comments
 (0)