From c2fa1b851f63d17340f033df231d5517af7eaa49 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Mon, 14 Oct 2024 02:23:50 +0800 Subject: [PATCH] Use lychee config file (#12006) --- .github/workflows/verify.yml | 2 +- lychee.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 lychee.toml diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 4e246e66f..f3c884852 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -60,7 +60,7 @@ jobs: if: steps.changes.outputs.docs == 'true' uses: lycheeverse/lychee-action@v2 with: - args: --exclude ^https://www.similarweb.com -- ${{ steps.changes.outputs.docs_files }} + args: -- ${{ steps.changes.outputs.docs_files }} fail: ${{ github.ref != 'refs/heads/develop' }} jobSummary: true format: markdown diff --git a/lychee.toml b/lychee.toml new file mode 100644 index 000000000..a2a6beea6 --- /dev/null +++ b/lychee.toml @@ -0,0 +1 @@ +exclude = ['^https://www\.similarweb\.com', '^https://www\.figma\.com/community/plugin']