From 5167e4e89d7b2e4074e10946a5dafe514e93938f Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 31 May 2023 19:51:23 +0200 Subject: [PATCH] Remove challenge_token file from CI check --- .github/workflows/check_links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index a9d42c1..ee9620b 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -43,7 +43,7 @@ jobs: - name: Check token art URLs uses: lycheeverse/lychee-action@v1 with: - args: '${{env.lychee_args}} -- tokens.xml challenge_tokens.xml' + args: '${{env.lychee_args}} -- tokens.xml' fail: true jobSummary: true