Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading