File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- EP_SESSIONS_API="https://static.europython.eu/programme/ep2025/releases/current/sessions.json"
2- EP_SPEAKERS_API="https://static.europython.eu/programme/ep2025/releases/current/speakers.json"
1+ EP_SESSIONS_API="https://static.europython.eu/programme/ep2024/releases/current/sessions.json"
2+ EP_SPEAKERS_API="https://gist.githubusercontent.com/nikoshell/24f8c99de3758dc4ed1391876c382b43/raw/bdf11fe89e5010f35dc1351e9b71c02a19adefe2/24speakers.json"
3+ EP_SCHEDULE_API="https://static.europython.eu/programme/ep2024/releases/current/schedule.json"
Original file line number Diff line number Diff line change 55
66jobs :
77 preview :
8+ if : github.event.pull_request.head.repo.fork == false
89 name : Run preview
910 runs-on : ubuntu-latest
1011 env :
Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ const speakers = defineCollection({
109109 submissions : z . array ( reference ( "sessions" ) ) ,
110110 affiliation : z . string ( ) . nullable ( ) ,
111111 homepage : z . string ( ) . nullable ( ) ,
112- gitx_url : z . string ( ) . url ( ) . nullable ( ) ,
112+ gitx_url : z . string ( ) . url ( ) . nullable ( ) . optional ( ) ,
113113 linkedin_url : z . string ( ) . url ( ) . nullable ( ) ,
114114 mastodon_url : z . string ( ) . url ( ) . nullable ( ) ,
115- bluesky_url : z . string ( ) . url ( ) . nullable ( ) ,
115+ bluesky_url : z . string ( ) . url ( ) . nullable ( ) . optional ( ) ,
116116 twitter_url : z . string ( ) . url ( ) . nullable ( ) ,
117117 } ) ,
118118} ) ;
You can’t perform that action at this time.
0 commit comments