This script crawls SeaGL’s OSEM instance, saves a WARC-formatted archive, and exports a static site compatible with GitHub Pages.
Archive OSEM and export a static site:
deno task archiveTest the archive expectations against OSEM:
deno task verify-archiveRebuild the static site:
deno task rebuildLocally serve the static site:
deno task emulate-github-pagesTest the locally served static site:
deno task verify-emulated-github-pagesTest GitHub Pages before updating DNS:
deno task verify-staging-github-pagesTest GitHub Pages:
deno task verify-production-github-pages