From 529c745997333b5afd802002e4214843bf7d8998 Mon Sep 17 00:00:00 2001 From: Gregory Luneau Date: Thu, 17 Aug 2023 09:30:15 -0500 Subject: [PATCH] Update broken-links.yml (#904) Add directories to omit --- .github/workflows/broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index e15d914f7..bb38989bc 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -22,7 +22,7 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: - args: --verbose --exclude-path ./node_modules/ "./**/*.js" "./**/*.ts" "./**/*.html" "./**/*.scss" "./**/*.json" "./**/*.md" + args: --verbose --exclude-path "./node_modules/" "./dist/spa/" "./tests/metamask_wallet/" "./tests/polkadot_wallet/" "./**/*.js" "./**/*.ts" "./**/*.html" "./**/*.scss" "./**/*.json" "./**/*.md" - name: Create Issue From File if: env.lychee_exit_code != 0