Merge branch 'master' into dev
This commit is contained in:
		| @@ -14,7 +14,7 @@ concurrency: | ||||
| jobs: | ||||
|   prod-build: | ||||
|     if: gitea.repository == 'gcg/gcg-website' && gitea.event_name == 'push' | ||||
|     runs-on: act-runner-user | ||||
|     runs-on: act-runner-user:host | ||||
|     timeout-minutes: 5 | ||||
|     steps: | ||||
|       - name: clone | ||||
| @@ -35,7 +35,7 @@ jobs: | ||||
|           include_commit_info: false | ||||
|   test-build: | ||||
|     if: gitea.repository == 'gcg/gcg-website' && gitea.event_name == 'push' | ||||
|     runs-on: act-runner-user | ||||
|     runs-on: act-runner-user:host | ||||
|     timeout-minutes: 5 | ||||
|     steps: | ||||
|       - name: clone | ||||
| @@ -49,7 +49,7 @@ jobs: | ||||
|           rsync -azr --delete ./ /opt/data/webdata/gcg-website-test/ | ||||
|   auto-rebuild: | ||||
|     if: gitea.repository == 'gcg/gcg-website' && gitea.event.issue.number == 219 | ||||
|     runs-on: act-runner-user | ||||
|     runs-on: act-runner-user:host | ||||
|     timeout-minutes: 5 | ||||
|     steps: | ||||
|       - name: clone | ||||
|   | ||||
| @@ -209,12 +209,12 @@ digitalpakt: | ||||
| footer_logos: | ||||
|   enable: true | ||||
|   logos: | ||||
|     - title: Gütesiegel "Begabungsfördernde Schule" | ||||
|       link: https://lisa.sachsen-anhalt.de/unterricht/projekte-und-paedagogische-entwicklungsvorhaben/begabungsfoerderung/netzwerk-begabungsfoerdernde-schulen-in-sachsen-anhalt/ | ||||
|       image: media/logos/bfs.webp | ||||
|     - title: Partnerschule des Deutschen Nationalitätengymnasiums Budapest | ||||
|       link: http://www.dng-bp.hu/ | ||||
|       image: media/logos/dng.webp | ||||
|     - title: Projektschule LemaS | ||||
|       link: https://www.leistung-macht-schule.de | ||||
|       image: media/logos/lemas.webp | ||||
|     - title: Mitglied im Netzwerk MINT-EC | ||||
|       link: https://mint-ec.de | ||||
|       image: media/logos/mintec.webp | ||||
|     - title: Teilnehmer am Projekt "Erasmus+" | ||||
|       link: https://www.erasmusplus.de/ | ||||
|       image: media/logos/erasmusplus.webp | ||||
| @@ -227,18 +227,18 @@ footer_logos: | ||||
|     - title: Kooperationsschule der Hochschule Anhalt | ||||
|       link: https://www.hs-anhalt.de/nc/studieren/orientierung/schulcampus/schulkooperationen.html | ||||
|       image: media/logos/hsa.svg | ||||
|     - title: Projektschule LemaS | ||||
|       link: https://www.leistung-macht-schule.de | ||||
|       image: media/logos/lemas.webp | ||||
|     - title: Mitglied im Netzwerk MINT-EC | ||||
|       link: https://mint-ec.de | ||||
|       image: media/logos/mintec.webp | ||||
|     - title: Primegymnasium der Martin-Luther-Universit Halle-Wittenberg | ||||
|       link: https://www.marketing.uni-halle.de/schulbuero/prime-gymnasien/ | ||||
|       image: media/logos/prime.webp | ||||
|     - title: Mitglied im Netzwerk "Schule ohne Rassismus - Schule mit Courage" | ||||
|       link: https://www.schule-ohne-rassismus.org/ | ||||
|       image: media/logos/sor.svg | ||||
|     - title: Partnerschule des Deutschen Nationalitätengymnasiums Budapest | ||||
|       link: http://www.dng-bp.hu/ | ||||
|       image: media/logos/dng.webp | ||||
|     - title: Gütesiegel "Begabungsfördernde Schule" | ||||
|       link: https://lisa.sachsen-anhalt.de/unterricht/projekte-und-paedagogische-entwicklungsvorhaben/begabungsfoerderung/netzwerk-begabungsfoerdernde-schulen-in-sachsen-anhalt/ | ||||
|       image: media/logos/bfs.webp | ||||
|     - title: Primegymnasium der Martin-Luther-Universit Halle-Wittenberg | ||||
|       link: https://www.marketing.uni-halle.de/schulbuero/prime-gymnasien/ | ||||
|       image: media/logos/prime.webp | ||||
|     - title: Gefördert durch die Deutsche Telekom Stiftung | ||||
|       link: https://www.telekom-stiftung.de/aktivitaeten/junior-ingenieur-akademie | ||||
|       image: media/logos/telekom.svg | ||||
|   | ||||
		Reference in New Issue
	
	Block a user