Skip to content

Commit

Permalink
Add analytics token
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 19, 2020
1 parent 2d038da commit 7c86356
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branches:
script-anchors:
- &script-publish
- cd $TRAVIS_BUILD_DIR
- yarn global add gitbook-cli
- yarn global add gitbook-cli gitbook-plugin-ga
- make pdf
- make html

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ default: pdf
PDF_NAME = JUCE-Cookbook.pdf
DIST_DIR = dist


.PHONY: pdf
pdf:
mkdir -p $(DIST_DIR)
Expand Down
6 changes: 6 additions & 0 deletions book.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@
"fontSize": 12,
"fontFamily": "Arial",
"paperSize": "a4"
},
"plugins": ["ga"],
"pluginsConfig": {
"ga": {
"token": "UA-167039761-1"
}
}
}

0 comments on commit 7c86356

Please sign in to comment.