Skip to content

Commit

Permalink
docs: add umami analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Oct 7, 2024
1 parent b1cd404 commit 913f886
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- run: yarn global add vercel

- name: Download eo-UY
uses: crowdin/github-action@1.1.2
uses: crowdin/github-action@v2.2.0
with:
config: crowdin.yml
upload_sources: false
Expand All @@ -130,7 +130,7 @@ jobs:
debug_mode: true

- name: Download ja
uses: crowdin/github-action@1.1.2
uses: crowdin/github-action@v2.2.0
with:
config: crowdin.yml
upload_sources: false
Expand All @@ -142,7 +142,7 @@ jobs:
debug_mode: true

- name: Download zh-CN
uses: crowdin/github-action@1.1.2
uses: crowdin/github-action@v2.2.0
with:
config: crowdin.yml
upload_sources: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-uploads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v2

- name: Upload
uses: crowdin/github-action@1.1.2
uses: crowdin/github-action@v2.2.0
with:
config: crowdin.yml
crowdin_branch_name: ${{ env.CROWDIN_BRANCH }}
1 change: 1 addition & 0 deletions packages/docs/src/crowdin.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="keywords" content="<%= htmlWebpackPlugin.options.keywords %>">
<script type="text/javascript">let _jipt = [['project', 'vuetify']];</script>
<script type="text/javascript" src="//cdn.crowdin.com/jipt/jipt.js"></script>
<script defer src="https://umami.vuetifyjs.com/script.js" data-website-id="bac435c8-ee0f-412a-901c-86a4df42a0c0"></script>
</head>
<body>
<div id="app"></div>
Expand Down
1 change: 1 addition & 0 deletions packages/docs/src/spa.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
</head>
<body>
<div id="app"></div>
<script defer src="https://umami.vuetifyjs.com/script.js" data-website-id="bac435c8-ee0f-412a-901c-86a4df42a0c0"></script>
</body>
</html>
1 change: 1 addition & 0 deletions packages/docs/src/ssr.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
<!--vue-ssr-outlet-->
{{{ scripts }}}
{{ meta.inject().bodyAppend(true) }}
<script defer src="https://umami.vuetifyjs.com/script.js" data-website-id="bac435c8-ee0f-412a-901c-86a4df42a0c0"></script>
</body>
</html>

0 comments on commit 913f886

Please sign in to comment.