Skip to content

Commit

Permalink
Update lychee.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sall <[email protected]>
  • Loading branch information
ss-o authored Dec 22, 2023
1 parent d6762a7 commit 099cab0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@ef8c8f32c278e9eed290c6e6c96748f16b6cd335
with:
args: --base . --verbose --no-progress './public/arf.json'
args: --config $CONFIG_FILE --base . --verbose --no-progress './public/arf.json'
format: markdown
output: ./docs/LINKS_REPORT.md
fail: false
jobSummary: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: ${{ .github.workspace }}/.github/lychee.toml

- name: "🔖 Create Issue From File"
if: env.lychee_exit_code != 0
Expand Down

0 comments on commit 099cab0

Please sign in to comment.