Skip to content

Commit 5fd264f

Browse files
author
Darius Neațu
committed
Remove unnecessary cleanup step - GitHub Actions runners auto-cleanup after jobs
1 parent e8494e6 commit 5fd264f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/sync-docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ jobs:
6565
run: |
6666
python3 scripts/sync-docs.py beman
6767
68-
- name: Clean up beman directory
69-
run: |
70-
rm -rf beman
71-
7268
- name: Generate branch name
7369
id: branch-name
7470
run: |

0 commit comments

Comments
 (0)