class GitHubPages::HealthCheck::Repository

def last_build

def last_build
  @last_build ||= client.latest_pages_build(name_with_owner)
end