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

Migrate from liche to lychee #123

Merged
merged 5 commits into from
Jun 10, 2021
Merged

Migrate from liche to lychee #123

merged 5 commits into from
Jun 10, 2021

Commits on Jun 9, 2021

  1. Migrate from liche to lychee

    This requires to spin up a local webserver to be able to check internal links. The GitHub actions virtual machines come with Apache2 and Nginx on board, so we can configure and start Nginx.
    
    Additionally migrate to new Java setup action and version for v.Nu.
    MichaIng authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    be8750a View commit details
    Browse the repository at this point in the history
  2. Fix Nginx config syntax

    MichaIng authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    6219ca9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cbc826 View commit details
    Browse the repository at this point in the history
  4. Exclude "chrome://gpu"

    until next lychee release which contains lycheeverse/lychee#236.
    
    Try to fix verbose flag by moving it before options.
    MichaIng authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    00ed8f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Remove obsolete lychee verbose flag

    It is ignored when STDOUT and STDERR are redirected (not attached to a regular terminal)
    MichaIng authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    9283dea View commit details
    Browse the repository at this point in the history