Skip to content

Commit

Permalink
Update workflow 5
Browse files Browse the repository at this point in the history
  • Loading branch information
TAbdiukov committed Aug 8, 2024
1 parent b7968b6 commit bdc68a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bdc68a5

Please sign in to comment.