Skip to content

Commit 587c3d9

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent d524663 commit 587c3d9

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1f22283c
1+
d14c647d

robots.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sitemap: https://mwouts.github.io/pydata_london_2025_jupytext_lightning_talk/sitemap.xml

sitemap.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://mwouts.github.io/pydata_london_2025_jupytext_lightning_talk/slides.html</loc>
5+
<lastmod>2025-06-07T15:41:37.085Z</lastmod>
6+
</url>
7+
</urlset>

slides.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ <h2>Compatibility</h2>
620620
}
621621
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
622622
var mailtoRegex = new RegExp(/^mailto:/);
623-
var filterRegex = new RegExp('/' + window.location.host + '/');
623+
var filterRegex = new RegExp("https:\/\/mwouts\.github\.io\/pydata_london_2025_jupytext_lightning_talk\/");
624624
var isInternal = (href) => {
625625
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
626626
}

0 commit comments

Comments
 (0)