We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba4c54 commit 8529436Copy full SHA for 8529436
.github/workflows/docs.yml
@@ -72,6 +72,7 @@ jobs:
72
run: mkdocs build
73
env:
74
GH_TOKEN: ${{ secrets.GH_MKDOCS }}
75
+ GH_GOOGLE_ANALYTICS_KEY: ${{ secrets.GH_GOOGLE_ANALYTICS_KEY }}
76
77
- name: HTML Test
78
uses: wjdp/htmltest-action@master
@@ -83,7 +84,7 @@ jobs:
83
84
if: startsWith(github.ref, 'refs/tags/v')
85
86
- GOOGLE_ANALYTICS_KEY: ${{ secrets.GH_GOOGLE_ANALYTICS_KEY }}
87
88
run: |
89
mkdocs gh-deploy --force
90
mkdocs --version
0 commit comments