接入谷歌分析

youngjuning-patch-1
youngjuning 2 years ago
parent fe9f8c2057
commit fb11c45aca

@ -11,6 +11,7 @@ jobs:
- uses: c-hive/gha-yarn-cache@v2 - uses: c-hive/gha-yarn-cache@v2
- run: yarn install - run: yarn install
- run: yarn build - run: yarn build
- run: mv googled29fba422c357ff8.html docs/
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: with:

1
.gitignore vendored

@ -111,3 +111,4 @@ docs/
.DS_Store .DS_Store
.idea .idea
.history

@ -0,0 +1 @@
google-site-verification: googled29fba422c357ff8.html

@ -4,5 +4,6 @@
"theme": "./theme", "theme": "./theme",
"out": "docs", "out": "docs",
"readme": "./README.md", "readme": "./README.md",
"sort": ["source-order"] "sort": ["source-order"],
"gaID": "G-T4TRRS1LB1"
} }
Loading…
Cancel
Save