From bdc68a5496e24a807f051354f5a0794f018a46b5 Mon Sep 17 00:00:00 2001 From: Tim Abdiukov 81 Date: Fri, 9 Aug 2024 00:42:48 +1300 Subject: [PATCH] Update workflow 5 --- .github/{workflows => }/data/exclude_url_prefix.txt | 0 .github/{workflows => }/data/exclude_url_suffix.txt | 0 .github/workflows/check-links.yml | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/{workflows => }/data/exclude_url_prefix.txt (100%) rename .github/{workflows => }/data/exclude_url_suffix.txt (100%) diff --git a/.github/workflows/data/exclude_url_prefix.txt b/.github/data/exclude_url_prefix.txt similarity index 100% rename from .github/workflows/data/exclude_url_prefix.txt rename to .github/data/exclude_url_prefix.txt diff --git a/.github/workflows/data/exclude_url_suffix.txt b/.github/data/exclude_url_suffix.txt similarity index 100% rename from .github/workflows/data/exclude_url_suffix.txt rename to .github/data/exclude_url_suffix.txt diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index ba004c1..dc6e321 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -21,8 +21,8 @@ jobs: run: | pwd ls - echo "EXCLUDE_URL_PREFIX=$(cat ./data/exclude_url_prefix.txt | tr '\r\n' ',')" >> $GITHUB_ENV - echo "EXCLUDE_URL_SUFFIX=$(cat ./data/exclude_url_suffix.txt | tr '\r\n' ',')" >> $GITHUB_ENV + echo "EXCLUDE_URL_PREFIX=$(cat ./.github/data/exclude_url_prefix.txt | tr '\r\n' ',')" >> $GITHUB_ENV + echo "EXCLUDE_URL_SUFFIX=$(cat ./.github/data/exclude_url_suffix.txt | tr '\r\n' ',')" >> $GITHUB_ENV - name: Run Broken Links Crawler (landing) uses: ScholliYT/Broken-Links-Crawler-Action@v3 with: