aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/assert-content.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/assert-content.sh b/scripts/assert-content.sh
index 94bf1b3..14fa688 100755
--- a/scripts/assert-content.sh
+++ b/scripts/assert-content.sh
@@ -69,7 +69,7 @@ for post in $(jq -r '.posts[] | @base64' "${JSON}"); do
done
echo Linting pages... >&2
-IGNORED_PAGES=(/site.json /sitemap.xml /feed.en.atom /feed.pt.atom)
+IGNORED_PAGES=(/site.json /sitemap.xml /feed.all.atom /feed.en.atom /feed.pt.atom)
for page in $(jq -r '.pages[] | @base64' "${JSON}"); do
URL="$(get-url "$page")"
set +e