Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2018-10-07 19:38:52 +0300
committerHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2018-10-07 19:38:52 +0300
commit6098a92d696845549db1257fd3b02a5770fbcaeb (patch)
tree48aea82b4112d131dfc94e82fa0160ae4bb50d7a
parent1d559fbe950112564196eed00754be8ff293ea4f (diff)
Set GA Tracking ID.
-rw-r--r--.circleci/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 314eb05..d366857 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -10,6 +10,7 @@ jobs:
steps:
- checkout
- run: cd example-site && sed -i '1ipublishDir = "public/techlog-simple"' config.toml
+ - run: cd example-site && sed -i '1igoogleAnalytics = "${GOOGLE_ANALYTICS_TRACKING_ID}"' config.toml
- run:
name: Build Website
command: cd example-site && hugo --baseURL="https://${GCLOUD_PROJECT}.firebaseapp.com/techlog-simple" --themesDir="../.."