Skip to content

Commit 363ec99

Browse files
authored
Update deploy-website.yml
Signed-off-by: TheCommCraft <[email protected]>
1 parent fcb8538 commit 363ec99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Deploy website directory to website branch
2626
run: |
2727
git switch --orphan website-tmp
28-
git rm -rf .
28+
git rm -rf . || true
2929
cp -r website/* .
3030
git add .
3131
git commit -m "Deploy website directory"

0 commit comments

Comments
 (0)