Skip to content

Commit 746416d

Browse files
author
doublebyte1
committed
- cleaning subtrees on github actions
1 parent 39f1220 commit 746416d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
git config user.name "github-actions[bot]"
5353
git config user.email "github-actions[bot]@users.noreply.github.com"
5454
55+
- name: Clean subtrees
56+
run: |
57+
rm -rf sprints/ || echo "Cleaning subtrees"
58+
5559
- name: Add subtree 15
5660
run: |
5761
git subtree add --prefix sprints/15 https://github.com/opengeospatial/dev-ogc-org-sprint-landing-15.git gh-pages --squash || echo "Adding sprints/15"

0 commit comments

Comments
 (0)