We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe6ed4 commit f55507eCopy full SHA for f55507e
.github/workflows/jekyll.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: ./.github/workflows/site-workflow
32
33
- name: Check for internal absolute links
34
- run: bash -c "! grep -REi 'https?://(www.)?opentabletdriver.net' site/_site || exit 1"
+ run: bash -c "! grep -REi 'https?://(www.)?opentabletdriver.net' --exclude=sitemap.xml site/_site || exit 1"
35
36
html-validation:
37
name: "Validate HTML"
0 commit comments