Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Jul 4, 2024
1 parent 5fe45a6 commit a9675b9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1e1f3f37
2e47d950
6 changes: 3 additions & 3 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ <h3 class="accordion-header anchored" id="headingInstructor1">
Instructor Note
</h3>
</button>
<div id="collapseInstructor1" class="accordion-collapse collapse" data-bs-parent="#accordionInstructor1" aria-labelledby="headingInstructor1">
<div id="collapseInstructor1" class="accordion-collapse collapse" aria-labelledby="headingInstructor1" data-bs-parent="#accordionInstructor1">
<div class="accordion-body">
<p>This is an instructor note. It contains information that can be useful for instructors to know such as</p>
<ul>
Expand Down Expand Up @@ -400,7 +400,7 @@ <h3 class="accordion-header anchored" id="headingSpoiler1">
What Else Might We Use A Spoiler For?
</h3>
</button>
<div id="collapseSpoiler1" class="accordion-collapse collapse" data-bs-parent="#accordionSpoiler1" aria-labelledby="headingSpoiler1">
<div id="collapseSpoiler1" class="accordion-collapse collapse" aria-labelledby="headingSpoiler1" data-bs-parent="#accordionSpoiler1">
<div class="accordion-body">
<ul>
<li>including a collapsed version of a very long block of output/a large image from a code block, which the learner can expand if they want to check their output against the lesson</li>
Expand Down Expand Up @@ -583,7 +583,7 @@ <h3 class="callout-title anchored" data-anchor-id="">Keypoints</h3>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/milanmlft\.github\.io\/carpentries-quarto\/");
var filterRegex = new RegExp("https:\/\/UCL-ARC\.github\.io\/carpentries-quarto\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
2 changes: 1 addition & 1 deletion robots.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sitemap: https://milanmlft.github.io/carpentries-quarto/sitemap.xml
Sitemap: https://UCL-ARC.github.io/carpentries-quarto/sitemap.xml
4 changes: 2 additions & 2 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://milanmlft.github.io/carpentries-quarto/example.html</loc>
<lastmod>2024-07-04T09:56:07.750Z</lastmod>
<loc>https://UCL-ARC.github.io/carpentries-quarto/example.html</loc>
<lastmod>2024-07-04T13:50:36.176Z</lastmod>
</url>
</urlset>

0 comments on commit a9675b9

Please sign in to comment.