diff --git a/.github/workflows/links.yaml b/.github/workflows/links.yaml index 64491991..39c2d1e7 100644 --- a/.github/workflows/links.yaml +++ b/.github/workflows/links.yaml @@ -33,5 +33,11 @@ jobs: if: success() || failure() uses: lycheeverse/lychee-action@v2 with: - args: -v --no-progress --exclude-path node_modules --exclude localhost -- **/README.md packages/nuejs.org/.dist/prod/ + args: > + -v --no-progress + --exclude-path node_modules + --exclude localhost + -- + **/README.md + packages/**/.dist/prod/ token: ${{ secrets.GITHUB_TOKEN }}