Skip to content

Commit eb876b0

Browse files
committed
fix CI
1 parent b5789a2 commit eb876b0

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Create Release on Push to current year branch
33
on:
44
push:
55
branches:
6-
- 2026
6+
- "2026"
77
workflow_dispatch:
88

99
jobs:
@@ -16,6 +16,8 @@ jobs:
1616
- name: Build PDFs
1717
shell: pwsh
1818
run: ./build.ps1
19+
- name: Show Repo Content
20+
run: ls -R
1921
- name: Upload PDF artifacts
2022
uses: actions/upload-artifact@v4
2123
with:

Material/Slides/22_Backend_Grundlagen.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ plantuml-format: svg
1515

1616
# Grundlagen Backend
1717

18-
## Unterscheidung Frontend - Backend
19-
20-
- Architekturmuster: Layer
21-
-> Warum Aufteilung? Aufteilung der Aufgaben
2218

2319
## Gruppenarbeit Online Shop
2420

Material/Slides/26_Deployment_Docker.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ theme: "metropolis"
66
fonttheme: "structurebold"
77
fontsize: 12pt
88
urlcolor: BrickRed
9-
linkcolor: BrickRedaspectratio: 169
9+
linkcolor: BrickRed
10+
aspectratio: 169
1011
lang: de-DE
1112
section-titles: true
1213
plantuml-format: svg

0 commit comments

Comments
 (0)