Skip to content

Commit c50512e

Browse files
authored
feat: add antoine talk title (#688)
* feat: add antoine talk title * fix: dead links and lychee config
1 parent a947d4d commit c50512e

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ jobs:
195195
- name: Check for dead links
196196
uses: lycheeverse/lychee-action@v2.8.0
197197
with:
198-
args: --verbose --no-progress https://${{ env.RELEASE_NAME}}.apip.preprod-tilleuls.ovh
198+
args: --verbose --no-progress --accept 200,403,429 https://${{ env.RELEASE_NAME}}.apip.preprod-tilleuls.ovh

.lycheeignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
^https?://(www\.)?cartier\.com
77
^https?://(www\.)?volvocars\.com
88
^https?://gitlab\.com/mobicoop
9+
10+
# Reference websites that are reachable in a browser but intermittently
11+
# time out from CI (slow response). Not a 403, so not covered by --accept.
12+
^https?://(www\.)?boltcms\.io

pwa/data/con/2026/conferences/antoine-opening-keynote.md renamed to pwa/data/con/2026/conferences/are-api-still-relevant-in-the-ai-era.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ start: '14:00'
99
end: '14:40'
1010
---
1111

12-
# Opening Keynote 🇺🇸
12+
# Are APIs Still Relevant in the AI Era 🇺🇸
1313

1414
This talk topic will be announced shortly.

0 commit comments

Comments
 (0)