Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cronjob to check website is online #228

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Mar 7, 2024

  1. Add webcheck.yaml

    Provides a GitHub actions that runs regularly, checking the website is
    a) online and b) up-to-date. If the job fails, it indicates that
    something is amiss with the infrastructure (Runciman, at time of
    writing).
    LukeMoll committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4f638ba View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    c5213d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Try with unicode escapes

    LukeMoll committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a953952 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af5cca7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f73f2a8 View commit details
    Browse the repository at this point in the history
  4. Do checkout before fetch

    LukeMoll committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    fe74ad4 View commit details
    Browse the repository at this point in the history