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 Sep 21, 2023
1 parent a663207 commit 2b32c8e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9d155a77
4ef5cd70
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion shinylive-sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function sleep(ms) {
return new Promise((resolve) => setTimeout(resolve, ms));
}
function dirname(path) {
if (path === "/" || path === "")
if (path === "/" || path === "") {
return "";
}
return path.replace(/[/]?[^/]+[/]?$/, "");
Expand Down

0 comments on commit 2b32c8e

Please sign in to comment.