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:41:34 +0300
committerHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2018-10-07 19:41:34 +0300
commit846cc0d3e1eaabbcbc4a336be18494c05668606a (patch)
treeb513565a33363f69628b884d205e91fe5f986b0a
parent6098a92d696845549db1257fd3b02a5770fbcaeb (diff)
Fix GA tag.
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index d366857..6c4c04a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -10,7 +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: 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="../.."