Skip to content

Commit 8529436

Browse files
committed
ci: add missing analytics token to workflow
1 parent 3ba4c54 commit 8529436

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
run: mkdocs build
7373
env:
7474
GH_TOKEN: ${{ secrets.GH_MKDOCS }}
75+
GH_GOOGLE_ANALYTICS_KEY: ${{ secrets.GH_GOOGLE_ANALYTICS_KEY }}
7576

7677
- name: HTML Test
7778
uses: wjdp/htmltest-action@master
@@ -83,7 +84,7 @@ jobs:
8384
if: startsWith(github.ref, 'refs/tags/v')
8485
env:
8586
GH_TOKEN: ${{ secrets.GH_MKDOCS }}
86-
GOOGLE_ANALYTICS_KEY: ${{ secrets.GH_GOOGLE_ANALYTICS_KEY }}
87+
GH_GOOGLE_ANALYTICS_KEY: ${{ secrets.GH_GOOGLE_ANALYTICS_KEY }}
8788
run: |
8889
mkdocs gh-deploy --force
8990
mkdocs --version

0 commit comments

Comments
 (0)