Exclude star-history API URL directly in lychee args

This commit is contained in:
aakash
2025-11-13 11:42:19 -08:00
parent d70e8fe40c
commit 15d15f8881

View File

@@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@v4
- uses: lycheeverse/lychee-action@v2
with:
args: --no-progress --insecure --user-agent 'curl/7.68.0' README.md docs/ apps/ examples/ benchmarks/
args: --no-progress --insecure --user-agent 'curl/7.68.0' --exclude-url 'https://api.star-history.com/svg?repos=yichuan-w/LEANN&type=Date' README.md docs/ apps/ examples/ benchmarks/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}