diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml
index b4648238..d05c2809 100644
--- a/.github/workflows/build-site.yml
+++ b/.github/workflows/build-site.yml
@@ -37,7 +37,7 @@ jobs:
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 #v2.8.0
with:
fail: true
- args: --verbose --no-progress --root-dir _site --exclude 'zenodo\.org' _site
+ args: --no-progress --root-dir _site --exclude 'zenodo\.org' --accept 403 _site
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml
index 4e84429f..bf80355a 100644
--- a/.github/workflows/linkcheck.yml
+++ b/.github/workflows/linkcheck.yml
@@ -33,10 +33,10 @@ jobs:
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 #v2.8.0
with:
args: >
- --verbose
--no-progress
--root-dir ${{ github.workspace }}/_site
--exclude 'zenodo\.org'
+ --accept 403
_site
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
diff --git a/.lycheeignore b/.lycheeignore
index 53c47fd3..22cffc8c 100644
--- a/.lycheeignore
+++ b/.lycheeignore
@@ -4,3 +4,7 @@ https://fonts.gstatic.com/*
https://www.linkedin.com/*
https://www.youtube-nocookie.com/*
https://t.co/*
+https://dl.acm.org/*
+https://commons.datacite.org/*
+https://pandas.pydata.org/*
+https://www.earthdatascience.org/*
diff --git a/_includes/head.html b/_includes/head.html
index 207ea483..7c021442 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -6,7 +6,6 @@
{% endunless %}
-