From a3b109f27fc601bdad994f098cd1373e04ffa08a Mon Sep 17 00:00:00 2001 From: Ferdinand Malcher Date: Wed, 22 Jul 2026 15:33:39 +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: 775a3d1 -> 9993e89 (adds publication icon support) - 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 013e919f..01457fd9 100644 --- a/.github/workflows/build-article-data.yml +++ b/.github/workflows/build-article-data.yml @@ -35,6 +35,7 @@ jobs: STANDARD_SITE_NAME: Angular-Buch STANDARD_SITE_DESCRIPTION: Der Blog zum Angular-Buch – das deutschsprachige Praxisbuch zu Angular. STANDARD_SITE_EXPECTED_DID: did:plc:emeppmrqgb5rixbjcjihzd35 + STANDARD_SITE_ICON: https://angular-buch.com/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