Skip to content

Commit 6ff266d

Browse files
authored
Merge pull request #15 from scout-ch/ewangler-fix-fix-cd
Fix tina build
2 parents 574be5d + 2274349 commit 6ff266d

9 files changed

+13
-9
lines changed

.github/workflows/deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
cache: 'npm'
2828
- name: Install and build astro
2929
shell: 'bash'
30+
env:
31+
NEXT_PUBLIC_TINA_CLIENT_ID: ${{ secrets.TINA_PUBLIC_CLIENT_ID }}
32+
TINA_TOKEN: ${{ secrets.TINA_TOKEN }}
33+
NEXT_PUBLIC_TINA_BRANCH: main
3034
run: |
3135
npm install
3236
npm run build
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: AKom / CoFor / CommForm
1+
name: Akomj
2+
type: organization
23
links:
34
- url: 'https://db.scout.ch/de/groups/9292'
45
label: 'https://db.scout.ch/de/groups/9292'
5-
type: organization

content/party/BKom--CoEnc--CommAcc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: BKom / CoEnc / CommAcc
1+
name: BKom
22
type: organization
33
links:
44
- url: 'https://db.scout.ch/de/groups/9293'
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
name: Entwicklungsteam eCamp v3
1+
name: eCampv3
22
type: organization
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
name: 'Geschäftsstelle PBS '
1+
name: 'GeschäftsstellePBS '
22
type: organization

content/party/ITKom.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
name: 'ITKom / CoIT / CommIT '
1+
name: ITKom
22
type: organization

content/party/Projektgruppe-Kurs--und-Lagerplanungstool.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Projektgruppe: Kurs- und Lagerplanungstool'
1+
name: ProjektgruppKursundLagerplanungstool
22
pbsNumber: 9856
33
type: organization
44
links:

content/party/Puzzle-ITC.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Puzzle ITC
1+
name: PuzzleITC
22
type: organization
33
links:
44
- url: 'https://github.com/puzzle'

content/party/Team-MiData.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
name: Team MiData
1+
name: TeamMiData
22
type: organization

0 commit comments

Comments
 (0)