From ba9294c768313993c83a2cf6fcc74ec327bc94c5 Mon Sep 17 00:00:00 2001 From: ginifizz Date: Wed, 1 Jul 2026 15:34:54 +0200 Subject: [PATCH 1/2] feat: add antoine talk title --- ...ening-keynote.md => are-api-still-relevant-in-the-ai-era.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename pwa/data/con/2026/conferences/{antoine-opening-keynote.md => are-api-still-relevant-in-the-ai-era.md} (79%) diff --git a/pwa/data/con/2026/conferences/antoine-opening-keynote.md b/pwa/data/con/2026/conferences/are-api-still-relevant-in-the-ai-era.md similarity index 79% rename from pwa/data/con/2026/conferences/antoine-opening-keynote.md rename to pwa/data/con/2026/conferences/are-api-still-relevant-in-the-ai-era.md index b1c65e55..a39762e3 100644 --- a/pwa/data/con/2026/conferences/antoine-opening-keynote.md +++ b/pwa/data/con/2026/conferences/are-api-still-relevant-in-the-ai-era.md @@ -9,6 +9,6 @@ start: '14:00' end: '14:40' --- -# Opening Keynote 🇺🇸 +# Are APIs Still Relevant in the AI Era 🇺🇸 This talk topic will be announced shortly. From 25107cbcdbadc8c31a7784782837a72001ac192d Mon Sep 17 00:00:00 2001 From: ginifizz Date: Wed, 1 Jul 2026 17:28:21 +0200 Subject: [PATCH 2/2] fix: dead links and lychee config --- .github/workflows/deploy.yml | 2 +- .lycheeignore | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6bc1a885..2c30b164 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -195,4 +195,4 @@ jobs: - name: Check for dead links uses: lycheeverse/lychee-action@v2.8.0 with: - args: --verbose --no-progress https://${{ env.RELEASE_NAME}}.apip.preprod-tilleuls.ovh + args: --verbose --no-progress --accept 200,403,429 https://${{ env.RELEASE_NAME}}.apip.preprod-tilleuls.ovh diff --git a/.lycheeignore b/.lycheeignore index 1d91f163..4d259c73 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -6,3 +6,7 @@ ^https?://(www\.)?cartier\.com ^https?://(www\.)?volvocars\.com ^https?://gitlab\.com/mobicoop + +# Reference websites that are reachable in a browser but intermittently +# time out from CI (slow response). Not a 403, so not covered by --accept. +^https?://(www\.)?boltcms\.io