Skip to content

Commit 1df9fc5

Browse files
authored
Update documentation-deployment.yml
1 parent 7a9a544 commit 1df9fc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/documentation-deployment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docs Deployment
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [feat/docusaurus]
66
paths:
77
- 'website/**'
88
workflow_dispatch:
@@ -36,6 +36,8 @@ jobs:
3636
- name: Build Docusaurus Website
3737
working-directory: ./website
3838
run: yarn build
39+
env:
40+
GOOGLE_ANALYTICS_TOKEN: ${{ secrets.GOOGLE_ANALYTICS_TOKEN }}
3941

4042
- name: Upload Build Artifact
4143
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)