GenevieveBuckley / broken-link-checker

Checking for broken links with lychee
MIT License
1 stars 0 forks source link

Link Checker Report #2

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

Errors were reported while checking the availability of links.

Full Github Actions output

GenevieveBuckley commented 3 years ago
Run lycheeverse/lychee-action@v1.0.9
/usr/bin/docker run --name f88420832010a856074a69b2b131dd0e9a7227_da1e0e --label f88420 --workdir /github/workspace --rm -e GITHUB_TOKEN -e INPUT_ARGS -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_RUN_ATTEMPT -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e RUNNER_OS -e RUNNER_NAME -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/broken-link-checker/broken-link-checker":"/github/workspace" f88420:832010a856074a69b2b131dd0e9a7227 --verbose --no-progress **/*.md **/*.html --base-url https://napari.org --exclude-all-private --require-https lychee links.md --user-agent "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:93.0) Gecko/20100101 Firefox/93.0"
+ LYCHEE_OUT=lychee/out.md
+ LYCHEE_TMP=/tmp/lychee/out.md
+ GITHUB_WORKFLOW_URL='https://github.com/GenevieveBuckley/broken-link-checker/actions/runs/1379370398?check_suite_focus=true'
++ dirname /tmp/lychee/out.md
+ mkdir -p /tmp/lychee
+ lychee --output /tmp/lychee/out.md --verbose --no-progress '**/*.md' '**/*.html' --base-url https://napari.org --exclude-all-private --require-https lychee links.md --user-agent 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:93.0) Gecko/20100101 Firefox/93.0'
error: Found argument '--require-https' which wasn't expected, or isn't valid in this context

USAGE:
    lychee --base-url <base-url> --exclude-all-private --no-progress --output <output> --verbose

For more information try --help
+ exit_code=1
+ '[' 1 -ne 0 ']'
++ dirname lychee/out.md
+ mkdir -p lychee
+ echo 'Errors were reported while checking the availability of links.'
+ echo
+ echo '```'
+ echo
+ cat /tmp/lychee/out.md
cat: /tmp/lychee/out.md: No such file or directory
+ echo
+ echo '```'
+ echo
+ echo '[Full Github Actions output](https://github.com/GenevieveBuckley/broken-link-checker/actions/runs/1379370398?check_suite_focus=true)'
+ cat /tmp/lychee/out.md
cat: /tmp/lychee/out.md: No such file or directory

+ echo
+ echo ::set-output name=exit_code::1