From e45df4393b19256a2ddfaa9c8af62585413fc237 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 28 May 2023 09:09:12 +0200 Subject: [PATCH 1/4] Konfiguration homepage-config aktualisiert --- data/de/homepage.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/data/de/homepage.yml b/data/de/homepage.yml index ce929098..e3beef7e 100644 --- a/data/de/homepage.yml +++ b/data/de/homepage.yml @@ -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 From af6f4124ef2038bde9c97fb5f3051e5a9dd4bae8 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 28 May 2023 09:14:55 +0200 Subject: [PATCH 2/4] =?UTF-8?q?=E2=80=9E.gitea/workflows/prod.yaml?= =?UTF-8?q?=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/prod.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index 39089571..c283f36d 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -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 From 583c8547ca08114fe506f2369292293136195f0b Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 28 May 2023 09:24:49 +0200 Subject: [PATCH 3/4] =?UTF-8?q?=E2=80=9E.gitea/workflows/prod.yaml?= =?UTF-8?q?=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index c283f36d..77bea700 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 5 steps: - name: clone - uses: actions/checkout@v3 + uses: https://gitea.com/actions/checkout@v3 - name: build run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/" - name: deploy From 6b1248ca40cbef27e7d35c58ed1790c1c19799ed Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 28 May 2023 09:25:41 +0200 Subject: [PATCH 4/4] revert 583c8547ca08114fe506f2369292293136195f0b MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert „.gitea/workflows/prod.yaml“ ändern --- .gitea/workflows/prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index 77bea700..c283f36d 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 5 steps: - name: clone - uses: https://gitea.com/actions/checkout@v3 + uses: actions/checkout@v3 - name: build run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/" - name: deploy