From babc02505648b213a8b6ff6fd40db4540ec4cf42 Mon Sep 17 00:00:00 2001 From: Paul Lewis Date: Wed, 25 Oct 2023 21:25:42 +0100 Subject: [PATCH] Adding bicep.png back to lycheeignore to fix Validation build job issues (#669) * Adding bicep.png back to lycheeignore to fix Validation build job issues * Updated lychee-action to 1.8.0 everywhere, added SVG and PNG to .lycheeignore --- .github/workflows/brokenlinks.yml | 4 ++-- .lycheeignore | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/brokenlinks.yml b/.github/workflows/brokenlinks.yml index 97705490..ada93f8a 100644 --- a/.github/workflows/brokenlinks.yml +++ b/.github/workflows/brokenlinks.yml @@ -16,7 +16,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.5.4 + uses: lycheeverse/lychee-action@v1.8.0 env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: @@ -61,7 +61,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.5.4 + uses: lycheeverse/lychee-action@v1.8.0 env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: diff --git a/.lycheeignore b/.lycheeignore index be7815df..3af2acf2 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,3 +1,5 @@ http://shell.azure.com https://shell.azure.com https://portal.azure.com/#cloudshell/ +./*.png +./*.svg