From 06b586a0717b3b086f4e530902a2193b853d1a1a Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Fri, 28 Mar 2025 17:53:57 +0100 Subject: [PATCH 01/18] try fixing broken links workflow --- .github/workflows/broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 972b89c3..84566c6f 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -49,4 +49,4 @@ jobs: with: fail: true # removed md files that include liquid tags - args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --exclude-path _books/the_godfather.md --verbose --no-progress './**/*.md' './**/*.html' + args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path CUSTOMIZE.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --exclude-path _books/the_godfather.md --verbose --no-progress './**/*.md' './**/*.html' From 4ee1057405d74189b02a10b74b1040ad3b84212f Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 10:00:53 +0100 Subject: [PATCH 02/18] try excluding _includes in link checker --- .github/workflows/broken-links.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 84566c6f..0d57c738 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -49,4 +49,13 @@ jobs: with: fail: true # removed md files that include liquid tags - args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path CUSTOMIZE.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --exclude-path _books/the_godfather.md --verbose --no-progress './**/*.md' './**/*.html' + args: --user-agent 'curl/7.54' \ + --exclude-path README.md \ + --exclude-path CUSTOMIZE.md \ + --exclude-path _pages/404.md\ + --exclude-path _pages/blog.md \ + --exclude-path _posts/2018-12-22-distill.md \ + --exclude-path _posts/2023-04-24-videos.md \ + --exclude-path _books/the_godfather.md \ + --exclude-path _includes/** \ + --verbose --no-progress './**/*.md' './**/*.html' From 21e200b86096aa43bcf864c6d90e7029dec8e51e Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 10:03:14 +0100 Subject: [PATCH 03/18] try reformatting --- .github/workflows/broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 0d57c738..4b641abd 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -57,5 +57,5 @@ jobs: --exclude-path _posts/2018-12-22-distill.md \ --exclude-path _posts/2023-04-24-videos.md \ --exclude-path _books/the_godfather.md \ - --exclude-path _includes/** \ + --exclude-path '_includes/**' \ --verbose --no-progress './**/*.md' './**/*.html' From afd9b661aae7cd4a09bcc38cb2e16eef4b18fd3b Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 10:06:09 +0100 Subject: [PATCH 04/18] try specifically speaker.html --- .github/workflows/broken-links.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 4b641abd..33bc0abe 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -49,13 +49,4 @@ jobs: with: fail: true # removed md files that include liquid tags - args: --user-agent 'curl/7.54' \ - --exclude-path README.md \ - --exclude-path CUSTOMIZE.md \ - --exclude-path _pages/404.md\ - --exclude-path _pages/blog.md \ - --exclude-path _posts/2018-12-22-distill.md \ - --exclude-path _posts/2023-04-24-videos.md \ - --exclude-path _books/the_godfather.md \ - --exclude-path '_includes/**' \ - --verbose --no-progress './**/*.md' './**/*.html' + args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path CUSTOMIZE.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --exclude-path _books/the_godfather.md --exclude-path _includes/speaker.html --verbose --no-progress './**/*.md' './**/*.html' From dedee19cc6b41941c9bf6b58a63a9b08c0543f38 Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 10:07:56 +0100 Subject: [PATCH 05/18] try specifically speaker_horizontal.html --- .github/workflows/broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 33bc0abe..8fea40f5 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -49,4 +49,4 @@ jobs: with: fail: true # removed md files that include liquid tags - args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path CUSTOMIZE.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --exclude-path _books/the_godfather.md --exclude-path _includes/speaker.html --verbose --no-progress './**/*.md' './**/*.html' + args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path CUSTOMIZE.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --exclude-path _books/the_godfather.md --exclude-path _includes/speaker.html --exclude_path _includes/speaker_horizontal.html --verbose --no-progress './**/*.md' './**/*.html' From 268ae2667c2400d94730ae2269efa60ee34f1baf Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 10:08:46 +0100 Subject: [PATCH 06/18] try specifically speaker_horizontal.html --- .github/workflows/broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 8fea40f5..24d94431 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -49,4 +49,4 @@ jobs: with: fail: true # removed md files that include liquid tags - args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path CUSTOMIZE.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --exclude-path _books/the_godfather.md --exclude-path _includes/speaker.html --exclude_path _includes/speaker_horizontal.html --verbose --no-progress './**/*.md' './**/*.html' + args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path CUSTOMIZE.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --exclude-path _books/the_godfather.md --exclude-path _includes/speaker.html --exclude-path _includes/speaker_horizontal.html --verbose --no-progress './**/*.md' './**/*.html' From 8c8cef770163d93c8f98bea5a507a85d57f4bcc5 Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 10:33:55 +0100 Subject: [PATCH 07/18] change workflow to build site before checking links --- .github/workflows/broken-links.yml | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 24d94431..ba1ecb41 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -39,14 +39,34 @@ on: - "!lighthouse_results/**" jobs: - link-checker: + build-and-check-links: runs-on: ubuntu-latest + steps: - - uses: actions/checkout@v4 + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Set up Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.1' + bundler-cache: true + + - name: Install dependencies + run: bundle install + + - name: Build site + run: bundle exec jekyll build - name: Link Checker 🔗 uses: lycheeverse/lychee-action@v2.1.0 with: fail: true - # removed md files that include liquid tags - args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path CUSTOMIZE.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --exclude-path _books/the_godfather.md --exclude-path _includes/speaker.html --exclude-path _includes/speaker_horizontal.html --verbose --no-progress './**/*.md' './**/*.html' + args: --user-agent 'curl/7.54' --verbose --no-progress ./_site/**/*.html + + # - name: Link Checker 🔗 + # uses: lycheeverse/lychee-action@v2.1.0 + # with: + # fail: true + # # removed md files that include liquid tags + # args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path CUSTOMIZE.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --exclude-path _books/the_godfather.md --exclude-path _includes/speaker.html --exclude-path _includes/speaker_horizontal.html --verbose --no-progress './**/*.md' './**/*.html' From cd4ecf5f15c44117ceb4e7543e77d90ecfb27353 Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 10:41:42 +0100 Subject: [PATCH 08/18] building the website before checking links --- .github/workflows/broken-links.yml | 73 ++++++++++++++++-------------- 1 file changed, 39 insertions(+), 34 deletions(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index ba1ecb41..0137bb65 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -2,71 +2,76 @@ name: Check for broken links on: push: - branches: - - master - - main + branches: [main, master] paths: - "assets/**" + - "_sass/**" + - "**.bib" - "**.html" - "**.js" - "**.liquid" - "**/*.md" - "**.yml" - - "!.github/workflows/axe.yml" - - "!.github/workflows/deploy-docker-tag.yml" - - "!.github/workflows/deploy-image.yml" - - "!.github/workflows/docker-slim.yml" - - "!.github/workflows/lighthouse-badger.yml" - - "!.github/workflows/prettier.yml" + - "Gemfile" + - "Gemfile.lock" - "!lighthouse_results/**" + - "!.github/workflows/**" + - "!README.md" + - "!INSTALL.md" + - "!FAQ.md" + - "!CUSTOMIZE.md" + - "!CONTRIBUTING.md" + pull_request: - branches: - - master - - main + branches: [main, master] paths: - "assets/**" + - "_sass/**" + - "**.bib" - "**.html" - "**.js" - "**.liquid" - "**/*.md" - "**.yml" - - "!.github/workflows/axe.yml" - - "!.github/workflows/deploy-docker-tag.yml" - - "!.github/workflows/deploy-image.yml" - - "!.github/workflows/docker-slim.yml" - - "!.github/workflows/lighthouse-badger.yml" - - "!.github/workflows/prettier.yml" + - "Gemfile" + - "Gemfile.lock" - "!lighthouse_results/**" + - "!.github/workflows/**" + - "!README.md" + - "!INSTALL.md" + - "!FAQ.md" + - "!CUSTOMIZE.md" + - "!CONTRIBUTING.md" jobs: - build-and-check-links: + check-links: runs-on: ubuntu-latest steps: - - name: Checkout repository + - name: Checkout 🛎️ uses: actions/checkout@v4 - - name: Set up Ruby + - name: Setup Ruby 💎 uses: ruby/setup-ruby@v1 with: - ruby-version: '3.1' + ruby-version: "3.3.5" bundler-cache: true - - name: Install dependencies - run: bundle install + - name: Setup Python 🐍 + uses: actions/setup-python@v5 + with: + python-version: "3.13" + cache: "pip" - - name: Build site - run: bundle exec jekyll build + - name: Install dependencies and build site 🔧 + run: | + sudo apt-get update && sudo apt-get install -y imagemagick + pip3 install --upgrade nbconvert + export JEKYLL_ENV=production + bundle exec jekyll build - - name: Link Checker 🔗 + - name: Check for broken links 🔗 uses: lycheeverse/lychee-action@v2.1.0 with: fail: true args: --user-agent 'curl/7.54' --verbose --no-progress ./_site/**/*.html - - # - name: Link Checker 🔗 - # uses: lycheeverse/lychee-action@v2.1.0 - # with: - # fail: true - # # removed md files that include liquid tags - # args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path CUSTOMIZE.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --exclude-path _books/the_godfather.md --exclude-path _includes/speaker.html --exclude-path _includes/speaker_horizontal.html --verbose --no-progress './**/*.md' './**/*.html' From 53d0b951a2dadf674ea3a984edae3204b58395b8 Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 10:46:12 +0100 Subject: [PATCH 09/18] make workflow changes trigger CI --- .github/workflows/broken-links.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 0137bb65..924362e4 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -15,7 +15,6 @@ on: - "Gemfile" - "Gemfile.lock" - "!lighthouse_results/**" - - "!.github/workflows/**" - "!README.md" - "!INSTALL.md" - "!FAQ.md" @@ -36,7 +35,6 @@ on: - "Gemfile" - "Gemfile.lock" - "!lighthouse_results/**" - - "!.github/workflows/**" - "!README.md" - "!INSTALL.md" - "!FAQ.md" From 37d4863817479e1248511324b44a6ed5eebb1374 Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 10:53:26 +0100 Subject: [PATCH 10/18] exclude webp images and tell lychee to find internal files --- .github/workflows/broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 924362e4..eb9ea46f 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -72,4 +72,4 @@ jobs: uses: lycheeverse/lychee-action@v2.1.0 with: fail: true - args: --user-agent 'curl/7.54' --verbose --no-progress ./_site/**/*.html + args: --user-agent 'curl/7.54' --base "http://localhost" --exclude '.*\.webp$' --verbose --no-progress ./_site/**/*.html From 57d82f730b4f128ca0ea11f83d822ba23e682b18 Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 10:57:03 +0100 Subject: [PATCH 11/18] remove localhost thing --- .github/workflows/broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index eb9ea46f..b2f36c97 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -72,4 +72,4 @@ jobs: uses: lycheeverse/lychee-action@v2.1.0 with: fail: true - args: --user-agent 'curl/7.54' --base "http://localhost" --exclude '.*\.webp$' --verbose --no-progress ./_site/**/*.html + args: --user-agent 'curl/7.54' --exclude '.*\.webp$' --verbose --no-progress ./_site/**/*.html From c0d092b134558ddc5be5e9aa84cfd970b592ea23 Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 11:12:51 +0100 Subject: [PATCH 12/18] change navbar layout type to prevent broken link --- .lycheeignore | 3 ++- _pages/2023.md | 2 +- _pages/past.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.lycheeignore b/.lycheeignore index b736879b..9c1c0592 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,2 +1,3 @@ linkedin.com -reddit.com \ No newline at end of file +reddit.com +researchgate.net \ No newline at end of file diff --git a/_pages/2023.md b/_pages/2023.md index 8c201f3d..f8213d33 100644 --- a/_pages/2023.md +++ b/_pages/2023.md @@ -42,7 +42,7 @@ nav: false {% include people_horizontal.liquid name="Annette Leßmöllmann" affiliation="Karlsruhe Institute of Technology" url="https://www.wissenschaftskommunikation.de/author/annettelessmoellmann" img="assets/img/panelists/2023/AnnetteLessmoellmann.jpeg" %} {% include people_horizontal.liquid name="Nora Freya Lindemann" affiliation="Osnabrück University" url="https://www.researchgate.net/profile/Nora-Lindemann" img="assets/img/panelists/2023/NoraLindemann.jpg" %} {% include people_horizontal.liquid name="Kristof Meding" affiliation="LfDI Baden-Württemberg" url="https://www.baden-wuerttemberg.datenschutz.de" img="assets/img/panelists/2023/KristofMeding.jpg" %} - {% include people_horizontal.liquid name="Eric Schulz" affiliation="Max Planck Institute for Biological Cybernetics" url="https://www.kyb.tuebingen.mpg.de/person/103915" img="assets/img/panelists/2023/EricSchulz.jpg" %} + {% include people_horizontal.liquid name="Eric Schulz" affiliation="Max Planck Institute for Biological Cybernetics" url="https://scholar.google.de/citations?user=74Cj5GYAAAAJ&hl=en" img="assets/img/panelists/2023/EricSchulz.jpg" %} diff --git a/_pages/past.md b/_pages/past.md index b44b4d3c..1e41f6ff 100644 --- a/_pages/past.md +++ b/_pages/past.md @@ -1,5 +1,5 @@ --- -layout: page +layout: redirect title: past iterations nav: true nav_order: 7 From fa588a95a1504f674cc9a02f72e71a132ea56910 Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 11:20:22 +0100 Subject: [PATCH 13/18] change other navbar layout type to prevent broken link --- _pages/submenus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/submenus.md b/_pages/submenus.md index 168bb7d5..f03ad9e7 100644 --- a/_pages/submenus.md +++ b/_pages/submenus.md @@ -1,5 +1,5 @@ --- -layout: page +layout: redirect title: about us nav: true nav_order: 6 From ddcb71c1e0c8778cb06f6ce42f0b7b24f47bef52 Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 11:26:18 +0100 Subject: [PATCH 14/18] trying none-layout instead, as redirect doesn't exist here --- _pages/past.md | 2 +- _pages/submenus.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_pages/past.md b/_pages/past.md index 1e41f6ff..85c1624b 100644 --- a/_pages/past.md +++ b/_pages/past.md @@ -1,5 +1,5 @@ --- -layout: redirect +layout: none title: past iterations nav: true nav_order: 7 diff --git a/_pages/submenus.md b/_pages/submenus.md index f03ad9e7..a258d3bc 100644 --- a/_pages/submenus.md +++ b/_pages/submenus.md @@ -1,5 +1,5 @@ --- -layout: redirect +layout: none title: about us nav: true nav_order: 6 From a53ae48c660f8d30f4df92b86b9b6befce71ff68 Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 11:35:01 +0100 Subject: [PATCH 15/18] testing running an actual server, just for fun --- .github/workflows/broken-links.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index b2f36c97..6565ed65 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -68,6 +68,11 @@ jobs: export JEKYLL_ENV=production bundle exec jekyll build + - name: Serve site locally 🌐 + run: | + python3 -m http.server 4000 --directory _site & + sleep 3 # give the server time to start + - name: Check for broken links 🔗 uses: lycheeverse/lychee-action@v2.1.0 with: From 31a4a00e2f4928f35da9affa6243fc3190358553 Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 11:39:53 +0100 Subject: [PATCH 16/18] testing running an actual server, correctly --- .github/workflows/broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 6565ed65..8b7a1bea 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -77,4 +77,4 @@ jobs: uses: lycheeverse/lychee-action@v2.1.0 with: fail: true - args: --user-agent 'curl/7.54' --exclude '.*\.webp$' --verbose --no-progress ./_site/**/*.html + args: --user-agent 'curl/7.54' --exclude '.*\.webp$' --verbose --no-progress http://localhost:4000 #./_site/**/*.html From 3541c0d9e58f093aa0d9441f9c034c397330b664 Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 11:52:59 +0100 Subject: [PATCH 17/18] fix broken bluesky link --- _data/socials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/socials.yml b/_data/socials.yml index 366ef075..631c69f1 100644 --- a/_data/socials.yml +++ b/_data/socials.yml @@ -8,7 +8,7 @@ # x_username: iiccsss2024 # your Twitter handle # I think we still have the account but no longer using email: info@iiccsss.org -bluesky_url: iiccsss # Bluesky handle +bluesky_url: https://bsky.app/profile/iiccsss.bsky.social # Bluesky handle mastodon_username: neuromatch.social/@iiccsss # your mastodon instance+username in the format instance.tld/@username youtube_id: computationalcognitivescie5410 # your youtube channel id (youtube.com/@) # github_username: # your GitHub user name From a48eb24b8c43d8d74b66d7f2fd692705232ce56d Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Sat, 29 Mar 2025 11:56:30 +0100 Subject: [PATCH 18/18] check webp images again --- .github/workflows/broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 8b7a1bea..c2f3b145 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -77,4 +77,4 @@ jobs: uses: lycheeverse/lychee-action@v2.1.0 with: fail: true - args: --user-agent 'curl/7.54' --exclude '.*\.webp$' --verbose --no-progress http://localhost:4000 #./_site/**/*.html + args: --user-agent 'curl/7.54' --verbose --no-progress http://localhost:4000 #./_site/**/*.html