From 2b3fbe314eddc6fbb334130165616e9918f97d19 Mon Sep 17 00:00:00 2001 From: lsof Date: Wed, 29 Apr 2026 16:53:03 +0200 Subject: test --- publish.sh | 2 +- static/.well-known/webfinger | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/publish.sh b/publish.sh index aed9d88..2294af1 100755 --- a/publish.sh +++ b/publish.sh @@ -13,7 +13,7 @@ cd /tmp git clone --branch pages "$base" "$temp" cd "$temp" git rm -r "*" || : -cp -ar "$base"/public/* "$base"/.domains . +cp -ar "$base"/public/* "$base"/public/.* "$base"/.domains . git add --all git commit -m "Publish $hash" || : git remote add cb 'ssh://git@codeberg.org/lsof/pages.git' diff --git a/static/.well-known/webfinger b/static/.well-known/webfinger index 5e5630d..009134c 100644 --- a/static/.well-known/webfinger +++ b/static/.well-known/webfinger @@ -3,7 +3,7 @@ "links": [ { "rel": "http://openid.net/specs/connect/1.0/issuer", - "href": "https://codeberg.org/" + "href": "https://codeberg.org" } ] } -- cgit v1.2.3