GenevieveBuckley / broken-link-checker

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

Link Checker Report #4

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Errors were reported while checking the availability of links.

Full Github Actions output

GenevieveBuckley commented 2 years ago
Run lycheeverse/lychee-action@v1.0.9
/usr/bin/docker run --name f88420689c260e74fb4c0fa6523defa9b1c35c_b74c71 --label f88420 --workdir /github/workspace --rm -e LYCHEE_OUT -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:689c260e74fb4c0fa6523defa9b1c35c --verbose --no-progress **/*.md **/*.html --output ./lychee/out.md --base-url https://napari.org --exclude-all-private  --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/1379629747?check_suite_focus=true'
++ dirname /tmp/lychee/out.md
+ mkdir -p /tmp/lychee
+ lychee --output /tmp/lychee/out.md --verbose --no-progress '**/*.md' '**/*.html' --output ./lychee/out.md --base-url https://napari.org --exclude-all-private --user-agent 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:93.0) Gecko/20100101 Firefox/93.0'
error: The argument '--output <output>' was provided more than once, but cannot be used multiple times

USAGE:
    lychee --base-url <base-url> --config <config-file> --exclude-all-private --format <format> --github-token <github-token> --max-concurrency <max-concurrency> --max-redirects <max-redirects> --method <method> --no-progress --output <output> --timeout <timeout> --user-agent <user-agent> --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/1379629747?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