diff --git a/.github/workflows/shiny-deploy.yaml b/.github/workflows/shiny-deploy.yaml
index 2d45a59..8c71bda 100644
--- a/.github/workflows/shiny-deploy.yaml
+++ b/.github/workflows/shiny-deploy.yaml
@@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
- branches: [main, master]
+ branches: [shinyappsio]
name: shiny-deploy
diff --git a/app.R b/app.R
index 072fca6..add45bd 100644
--- a/app.R
+++ b/app.R
@@ -45,7 +45,6 @@ abci_ui <- page_navbar(
bg = bs_get_variables(app_theme, varnames = "secondary"),
header = tags$head(
- includeHTML("www/google_analytics.html"),
useShinyjs(),
tags$link(rel = "stylesheet", href = "css/custom.css"),
tags$link(rel = "icon", href = "img/ABCindex_icon.svg"),
diff --git a/www/google_analytics.html b/www/google_analytics.html
deleted file mode 100644
index 051227f..0000000
--- a/www/google_analytics.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-