From 2b32c8e38626d44fb90fbaab0c83a2f51fbe2876 Mon Sep 17 00:00:00 2001 From: Quarto GHA Workflow Runner Date: Thu, 21 Sep 2023 05:32:01 +0000 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- .../shinylive-0.2.0/shinylive/pyodide/python | 0 .../vfs/usr/lib/R/library/parallel/libs/parallel.so | Bin shinylive-sw.js | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 R-shinylive-demo_files/libs/quarto-contrib/shinylive-0.2.0/shinylive/pyodide/python mode change 100644 => 100755 R-shinylive-demo_files/libs/quarto-contrib/shinylive-0.2.0/shinylive/webr/vfs/usr/lib/R/library/parallel/libs/parallel.so diff --git a/.nojekyll b/.nojekyll index 5363185..655e617 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -9d155a77 \ No newline at end of file +4ef5cd70 \ No newline at end of file diff --git a/R-shinylive-demo_files/libs/quarto-contrib/shinylive-0.2.0/shinylive/pyodide/python b/R-shinylive-demo_files/libs/quarto-contrib/shinylive-0.2.0/shinylive/pyodide/python old mode 100644 new mode 100755 diff --git a/R-shinylive-demo_files/libs/quarto-contrib/shinylive-0.2.0/shinylive/webr/vfs/usr/lib/R/library/parallel/libs/parallel.so b/R-shinylive-demo_files/libs/quarto-contrib/shinylive-0.2.0/shinylive/webr/vfs/usr/lib/R/library/parallel/libs/parallel.so old mode 100644 new mode 100755 diff --git a/shinylive-sw.js b/shinylive-sw.js index 4459218..86b23c5 100644 --- a/shinylive-sw.js +++ b/shinylive-sw.js @@ -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(/[/]?[^/]+[/]?$/, "");