Skip to content

Commit b02a382

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

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

2828
- name: Copy sprints.html to sprints/index.html
2929
run: |
30-
rm -rf dist/sprints
3130
mkdir -p dist/sprints
3231
cp dist/sprints.html dist/sprints/index.html
3332
@@ -103,6 +102,7 @@ jobs:
103102
104103
- name: Add subtree nodes
105104
run: |
105+
rm -rf sprints/nodes
106106
git subtree add --prefix sprints/nodes https://github.com/ogcincubator/code-sprint-nodes.git gh-pages --squash || echo "Adding sprints/nodes"
107107
108108
- name: Push changes

0 commit comments

Comments
 (0)