Skip to content

Commit f55507e

Browse files
committed
workflows/jekyll: Ignore sitemap in absolute link check
1 parent 5fe6ed4 commit f55507e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: ./.github/workflows/site-workflow
3232

3333
- name: Check for internal absolute links
34-
run: bash -c "! grep -REi 'https?://(www.)?opentabletdriver.net' site/_site || exit 1"
34+
run: bash -c "! grep -REi 'https?://(www.)?opentabletdriver.net' --exclude=sitemap.xml site/_site || exit 1"
3535

3636
html-validation:
3737
name: "Validate HTML"

0 commit comments

Comments
 (0)