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 Jun 15, 2024
1 parent 238b6f8 commit 1cdc2b3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24f8de12
a64dc371
2 changes: 1 addition & 1 deletion qpanelize-pyodide.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
}

// Store cell data
globalThis.qpyodideCellDetails = [{"id":1,"options":{"results":"markup","dpi":72,"autorun":"","warning":"true","output":"true","classes":"","message":"true","read-only":"false","fig-cap":"","fig-height":5,"context":"interactive","label":"","out-width":"700px","comment":"","fig-width":7,"out-height":""},"code":"x = [1, 2]\nprint(x)"}];
globalThis.qpyodideCellDetails = [{"code":"x = [1, 2]\nprint(x)","options":{"warning":"true","context":"interactive","out-height":"","results":"markup","read-only":"false","autorun":"","classes":"","comment":"","output":"true","dpi":72,"fig-cap":"","out-width":"700px","message":"true","label":"","fig-width":7,"fig-height":5},"id":1}];


</script>
Expand Down
6 changes: 3 additions & 3 deletions qpanelize-release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<h2 id="toc-title">On this page</h2>

<ul>
<li><a href="#dev.1---" id="toc-dev.1---" class="nav-link active" data-scroll-target="#dev.1---">0.0.0-dev.1: ???? (??-??-????)</a>
<li><a href="#interactive-polyglot-06-11-2024" id="toc-interactive-polyglot-06-11-2024" class="nav-link active" data-scroll-target="#interactive-polyglot-06-11-2024">0.0.1: Interactive Polyglot (06-11-2024)</a>
<ul class="collapse">
<li><a href="#features" id="toc-features" class="nav-link" data-scroll-target="#features">Features</a></li>
</ul></li>
Expand Down Expand Up @@ -239,8 +239,8 @@ <h1 class="title">Release Notes</h1>
</header>


<section id="dev.1---" class="level1">
<h1>0.0.0-dev.1: ???? (??-??-????)</h1>
<section id="interactive-polyglot-06-11-2024" class="level1">
<h1>0.0.1: Interactive Polyglot (06-11-2024)</h1>
<section id="features" class="level2">
<h2 class="anchored" data-anchor-id="features">Features</h2>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion qpanelize-webr.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
};

// Store cell data
globalThis.qwebrCellDetails = [{"code":"1 + 1","id":1,"options":{"fig-width":7,"context":"interactive","results":"markup","dpi":72,"warning":"true","out-width":"700px","comment":"","fig-height":5,"editor-quick-suggestions":"false","read-only":"false","message":"true","editor-max-height":"","classes":"","label":"unnamed-chunk-1","autorun":"false","output":"true","out-height":"","editor-font-scale":"1","fig-cap":""}}];
globalThis.qwebrCellDetails = [{"options":{"out-height":"","results":"markup","fig-cap":"","comment":"","message":"true","dpi":72,"context":"interactive","output":"true","editor-max-height":"","label":"unnamed-chunk-1","fig-height":5,"out-width":"700px","read-only":"false","warning":"true","classes":"","autorun":"false","editor-quick-suggestions":"false","fig-width":7,"editor-font-scale":"1"},"id":1,"code":"1 + 1"}];

</script>
<script type="module">
Expand Down
12 changes: 6 additions & 6 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://coatless-quarto.github.io/panelize/qpanelize-cell.html</loc>
<lastmod>2024-06-15T15:06:08.754Z</lastmod>
<lastmod>2024-06-15T15:07:42.680Z</lastmod>
</url>
<url>
<loc>https://coatless-quarto.github.io/panelize/qpanelize-release-notes.html</loc>
<lastmod>2024-06-15T15:06:08.754Z</lastmod>
<lastmod>2024-06-15T15:07:42.680Z</lastmod>
</url>
<url>
<loc>https://coatless-quarto.github.io/panelize/index.html</loc>
<lastmod>2024-06-15T15:06:08.754Z</lastmod>
<lastmod>2024-06-15T15:07:42.680Z</lastmod>
</url>
<url>
<loc>https://coatless-quarto.github.io/panelize/qpanelize-install.html</loc>
<lastmod>2024-06-15T15:06:08.754Z</lastmod>
<lastmod>2024-06-15T15:07:42.680Z</lastmod>
</url>
<url>
<loc>https://coatless-quarto.github.io/panelize/qpanelize-webr.html</loc>
<lastmod>2024-06-15T15:06:08.754Z</lastmod>
<lastmod>2024-06-15T15:07:42.680Z</lastmod>
</url>
<url>
<loc>https://coatless-quarto.github.io/panelize/qpanelize-pyodide.html</loc>
<lastmod>2024-06-15T15:06:08.754Z</lastmod>
<lastmod>2024-06-15T15:07:42.680Z</lastmod>
</url>
</urlset>

0 comments on commit 1cdc2b3

Please sign in to comment.