1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 19:38:27 +02:00

Fixed Google Analytics integration von Material documentation

This commit is contained in:
squidfunk 2019-12-07 17:23:57 +01:00
parent a33d478fbd
commit 24ffa04ffe

View File

@ -107,7 +107,9 @@ jobs:
- run: python setup.py install
# Build documentation
- run: |
- env:
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
run: |
mkdocs gh-deploy --force
mkdocs --version