Skip to content

Commit 6b4723f

Browse files
author
doublebyte1
committed
- removing sprints/26
1 parent 49ea3a2 commit 6b4723f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ jobs:
9696
run: |
9797
git subtree add --prefix sprints/25 https://github.com/opengeospatial/dev-ogc-org-sprint-landing-25.git gh-pages --squash || echo "Adding sprints/25"
9898
99-
- name: Add subtree 26
100-
run: |
101-
git subtree add --prefix sprints/26 https://github.com/opengeospatial/dev-ogc-org-sprint-landing-26.git gh-pages --squash || echo "Adding sprints/26"
99+
# - name: Add subtree 26
100+
# run: |
101+
# git subtree add --prefix sprints/26 https://github.com/opengeospatial/dev-ogc-org-sprint-landing-26.git gh-pages --squash || echo "Adding sprints/26"
102102

103103
- name: Add subtree sponsoring
104104
run: |

src/pug/sprints.pug

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ html(lang='en')
6262
a(href='https://developer.ogc.org/', target="_blank") developer website
6363
| .
6464
.row
65-
.col-lg-4
66-
.current-card.mb-5.mb-lg-0
67-
a(href='https://developer.ogc.org/sprints/26/', target="_blank")
68-
img.card-img-top(src='../assets/img/sprint-26.png', alt='...')
69-
.card-body
70-
h5.card-title.text-muted.text-uppercase.text-center October 2025
65+
//- .col-lg-4
66+
//- .current-card.mb-5.mb-lg-0
67+
//- a(href='https://developer.ogc.org/sprints/26/', target="_blank")
68+
//- img.card-img-top(src='../assets/img/sprint-26.png', alt='...')
69+
//- .card-body
70+
//- h5.card-title.text-muted.text-uppercase.text-center October 2025
7171
.col-lg-4
7272
.card.mb-5.mb-lg-0
7373
a(href='https://developer.ogc.org/sprints/25/', target="_blank")

0 commit comments

Comments
 (0)