We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f1220 commit 746416dCopy full SHA for 746416d
1 file changed
.github/workflows/main.yml
@@ -52,6 +52,10 @@ jobs:
52
git config user.name "github-actions[bot]"
53
git config user.email "github-actions[bot]@users.noreply.github.com"
54
55
+ - name: Clean subtrees
56
+ run: |
57
+ rm -rf sprints/ || echo "Cleaning subtrees"
58
+
59
- name: Add subtree 15
60
run: |
61
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