diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a50e4e2..92c55fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1 with: - args: README.md README_ZH-CN.md --verbose --no-progress + args: README.md README_ZH-CN.md --verbose --no-progress --exclude www.passwordstore.org/* env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}