We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c375d commit 5b6d42bCopy full SHA for 5b6d42b
.github/workflows/build-and-deploy.yml
@@ -28,7 +28,11 @@ jobs:
28
29
- name: Check for links error
30
run: |
31
- docker run --rm -t -v $(pwd):/src -w /src lycheeverse/lychee:latest --exclude "(github|gitlab|www.linkedin).com" -n -v html_site/**/*.html
+ docker run --rm -t -v $(pwd):/src -w /src lycheeverse/lychee:latest \
32
+ --base html_site \
33
+ --exclude "(github|gitlab|www.linkedin).com" \
34
+ --exclude "^javascript:" \
35
+ -n -v html_site/**/*.html
36
37
- name: Configure Git
38
0 commit comments