Skip to content

Commit c094956

Browse files
authored
Merge pull request #128 from TechAachen/Mitgliederversammlung2025
Mitgliederversammlung am 22.01.2025
2 parents 1f120f9 + 49926e8 commit c094956

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on: [push]
99
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1010
jobs:
1111
build:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313

1414
steps:
1515
- name: Setup build environment
@@ -38,4 +38,4 @@ jobs:
3838
export BRANCH=$(echo $GITHUB_REF | rev | cut -d/ -f1 | rev)
3939
echo $BRANCH
4040
cd _site
41-
find * -type f -print | xargs -I@ curl -I --fail -X PUT --upload-file "@" "https://preview.techaachen.de/$BRANCH/@" --user $UPLOAD_AUTH
41+
find * -type f -print | xargs -I@ curl --fail --request PUT --upload-file "@" "https://preview.techaachen.de/$BRANCH/@" --user $UPLOAD_AUTH

_data/calendar.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,17 @@
854854
datum: "2025-03-05"
855855
uhrzeit: "20.00h"
856856
ort: "Raum 4.29, 4.OG, Super C, Templergraben 57, 52062 Aachen"
857-
- title: Geschäftsführende Versammlung
857+
858+
- title: Mitgliederversammlung
858859
datum: "2025-03-19"
859860
uhrzeit: "20.00h"
860-
ort: "Raum 4.29, 4.OG, Super C, Templergraben 57, 52062 Aachen"
861+
ort: "TO BE ANNOUNCED"
862+
863+
- title: Geschäftsführende Versammlung
864+
datum: "2025-04-02"
865+
uhrzeit: "20.00h"
866+
ort: "tbd"
867+
- title: Geschäftsführende Versammlung
868+
datum: "2025-04-16"
869+
uhrzeit: "20.00h"
870+
ort: "tbd"

0 commit comments

Comments
 (0)