From 13fa3b3978d3e0f2d1b0851c480cc8d30beba4c3 Mon Sep 17 00:00:00 2001 From: Ferdinand Malcher Date: Wed, 22 Jul 2026 15:32:54 +0200 Subject: [PATCH] feat: set publication icon + bump build submodule Bump build to the version that supports a publication icon, and point STANDARD_SITE_ICON at the deployed standard-site-icon.png so the standard.site publication record gets a profile image. - build: ec78038 -> 9993e89 (adds publication icon support; also material) - build-article-data.yml: add STANDARD_SITE_ICON --- .github/workflows/build-article-data.yml | 1 + build | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-article-data.yml b/.github/workflows/build-article-data.yml index ca28a555..c55a044f 100644 --- a/.github/workflows/build-article-data.yml +++ b/.github/workflows/build-article-data.yml @@ -34,6 +34,7 @@ jobs: STANDARD_SITE_NAME: Angular.Schule STANDARD_SITE_DESCRIPTION: Der Blog der Angular.Schule – Tutorials und Neuigkeiten rund um Angular. STANDARD_SITE_EXPECTED_DID: did:plc:zfvlnrdh7cotokow5hx7czxi + STANDARD_SITE_ICON: https://angular.schule/standard-site-icon.png run: | cd build npm install diff --git a/build b/build index 775a3d1a..9993e89f 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 775a3d1a892aa875c8a06e243436241c26dfffb6 +Subproject commit 9993e89fc884a635f85466a154279f0115790fe6