We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9a544 commit 1df9fc5Copy full SHA for 1df9fc5
.github/workflows/documentation-deployment.yml
@@ -2,7 +2,7 @@ name: Docs Deployment
2
3
on:
4
push:
5
- branches: [master]
+ branches: [feat/docusaurus]
6
paths:
7
- 'website/**'
8
workflow_dispatch:
@@ -36,6 +36,8 @@ jobs:
36
- name: Build Docusaurus Website
37
working-directory: ./website
38
run: yarn build
39
+ env:
40
+ GOOGLE_ANALYTICS_TOKEN: ${{ secrets.GOOGLE_ANALYTICS_TOKEN }}
41
42
- name: Upload Build Artifact
43
uses: actions/upload-pages-artifact@v3
0 commit comments