Skip to content

Commit

Permalink
use dedicated config for external links
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Apr 26, 2024
1 parent 2f0847d commit 9b664a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: lycheeverse/[email protected]
with:
fail: true
args: -c ./lychee.toml --base . --cache --max-cache-age 1d . --verbose --no-progress 'docs/**/*.md' 'versioned_docs/**/*.md'
args: -c ./lychee-external-links.toml --base . --cache --max-cache-age 1d . --verbose --no-progress 'docs/**/*.md' 'versioned_docs/**/*.md'
token: "${{ secrets.GITHUB_TOKEN }}"

- name: Create Issue From File
Expand Down
File renamed without changes.

0 comments on commit 9b664a9

Please sign in to comment.