From ac30615fadfaea593d80288b9f86dda22ab59cba Mon Sep 17 00:00:00 2001 From: Damian Silbergleith <14797221+ds17f@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:02:47 -0700 Subject: [PATCH] ci: serve the site at the custom domain annotated.thedeadly.app - deploy-pages.yml writes a CNAME into dist/ so the GitHub Pages custom domain persists across Actions deployments - README live-site link points to https://annotated.thedeadly.app/ DNS: a CNAME record annotated.thedeadly.app -> ds17f.github.io was added at GoDaddy; the Pages custom domain is set on the repo. Co-Authored-By: Claude Opus 4.8 --- .github/workflows/deploy-pages.yml | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 0a9be16..dcebe37 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -35,6 +35,9 @@ jobs: - name: Build dist/ run: make dist + - name: Set custom domain (persists across deploys) + run: echo 'annotated.thedeadly.app' > dist/CNAME + - name: Configure Pages uses: actions/configure-pages@v5 diff --git a/README.md b/README.md index 5709942..ae5ea0a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A self-contained, offline, **faithful preservation** of David Dodd's (`artsites.ucsc.edu/GDead/agdl/`), recovered from the Internet Archive and made fully browsable on its own, with the period HTML preserved byte-for-byte. -**Live site: https://ds17f.github.io/annotatedDead/** +**Live site: https://annotated.thedeadly.app/** > The original site is frozen/offline. This project rebuilds it from a single > archive.org snapshot (timestamp `20230806233010`) and fixes the links so it