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