Skip to content

Commit 14fa224

Browse files
author
doublebyte1
committed
cleaning subtrees without wiping out the entire sprint folder
1 parent b4d8ca8 commit 14fa224

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727

2828
- name: Copy sprints.html to sprints/index.html
2929
run: |
30+
rm -rf dist/sprints
3031
mkdir -p dist/sprints
3132
cp dist/sprints.html dist/sprints/index.html
3233
@@ -51,13 +52,6 @@ jobs:
5152
run: |
5253
git config user.name "github-actions[bot]"
5354
git config user.email "github-actions[bot]@users.noreply.github.com"
54-
55-
- name: Clean subtrees
56-
run: |
57-
rm -rf sprints/15
58-
rm -rf sprints/16
59-
rm -rf sprints/17
60-
rm -rf sprints/nodes || echo "Cleaning subtrees"
6155
6256
- name: Add subtree 15
6357
run: |

0 commit comments

Comments
 (0)