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 Dec 9, 2024
1 parent 63ee1cc commit 556e1a6
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
08874fa0
0a086135
35 changes: 24 additions & 11 deletions doc/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</ul>
<ul class="navbar-nav navbar-nav-scroll ms-auto">
<li class="nav-item compact">
<a class="nav-link" href="https://github.com/martinjankoehler/klayout-pex" target="_blank"> <i class="bi bi-github" role="img">
<a class="nav-link" href="{{< meta var.url-repo >}}" target="_blank"> <i class="bi bi-github" role="img">
</i>
<span class="menu-text"></span></a>
</li>
Expand All @@ -125,15 +125,26 @@



<script>
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.documentElement.scrollHeight + 'px';
}
</script>
<div class="column-screen">
<iframe src="../allure/index.html" style="width:100%; height:100%;">
</iframe>
<iframe src="../allure/index.html" style="width:100%; height:100%;" onload="resizeIframe(this)">
</div>
<div id="quarto-navigation-envelope" class="hidden">
<p><span class="hidden quarto-markdown-envelope-contents" data-render-id="cXVhcnRvLWludC1zaWRlYmFyLXRpdGxl">KLayout-PEX</span> <span class="hidden quarto-markdown-envelope-contents" data-render-id="cXVhcnRvLWludC1uYXZiYXItdGl0bGU=">KLayout-PEX</span> <span class="hidden quarto-markdown-envelope-contents" data-render-id="cXVhcnRvLWludC1uYXZiYXI6RG9jdW1lbnRhdGlvbg==">Documentation</span> <span class="hidden quarto-markdown-envelope-contents" data-render-id="cXVhcnRvLWludC1uYXZiYXI6L2luZGV4Lmh0bWw=">/index.html</span> <span class="hidden quarto-markdown-envelope-contents" data-render-id="cXVhcnRvLWludC1uYXZiYXI6VGVzdCBSZXBvcnRz">Test Reports</span> <span class="hidden quarto-markdown-envelope-contents" data-render-id="cXVhcnRvLWludC1uYXZiYXI6L2RvYy90ZXN0cy5odG1s">/doc/tests.html</span> <span class="hidden quarto-markdown-envelope-contents" data-render-id="cXVhcnRvLWludC1uYXZiYXI6e3s8IG1ldGEgdmFyLnVybC1yZXBvID59fQ==">https://github.com/martinjankoehler/klayout-pex</span></p>
<div class="hidden quarto-markdown-envelope-contents" data-render-id="Zm9vdGVyLXJpZ2h0">
<p>Website built with <a href="https://quarto.org/" class="external" target="_blank">Quarto</a> <br> <a href="https://github.com/martinjankoehler/klayout-pex" class="external" target="_blank">Code source</a></p>
</div>
</div>
<div id="quarto-meta-markdown" class="hidden">
<p><span class="hidden quarto-markdown-envelope-contents" data-render-id="cXVhcnRvLW1ldGF0aXRsZQ==">Test Results</span> <span class="hidden quarto-markdown-envelope-contents" data-render-id="cXVhcnRvLXR3aXR0ZXJjYXJkdGl0bGU=">Test Results</span> <span class="hidden quarto-markdown-envelope-contents" data-render-id="cXVhcnRvLW9nY2FyZHRpdGxl">Test Results</span> <span class="hidden quarto-markdown-envelope-contents" data-render-id="cXVhcnRvLW1ldGFzaXRlbmFtZQ==">KLayout-PEX</span> <span class="hidden quarto-markdown-envelope-contents" data-render-id="cXVhcnRvLXR3aXR0ZXJjYXJkZGVzYw=="></span> <span class="hidden quarto-markdown-envelope-contents" data-render-id="cXVhcnRvLW9nY2FyZGRkZXNj"></span></p>
</div>



</main> <!-- /main -->
<script id="quarto-html-after-body" type="application/javascript">
<script id = "quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
const mode = bsSheetEl.getAttribute("data-mode");
Expand Down Expand Up @@ -704,12 +715,14 @@
&nbsp;
</div>
<div class="nav-footer-right">
<p>Website built with <a href="https://quarto.org/" class="external" target="_blank">Quarto</a> <br> <a href="https://github.com/martinjankoehler/klayout-pex" class="external" target="_blank">Code source</a></p>
</div>
<div class='footer-contents'>Website built with [Quarto](https://quarto.org/){.external target="_blank"} <br>
[Code source](https://github.com/martinjankoehler/klayout-pex){.external target="_blank"}
</div>
</div>
</div>
</footer>

</body>



</body></html>
</html>
</iframe></div></main></div></body></html>
Loading

0 comments on commit 556e1a6

Please sign in to comment.