mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Fixed Google Analytics integration von Material documentation
This commit is contained in:
parent
a33d478fbd
commit
24ffa04ffe
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
@ -107,7 +107,9 @@ jobs:
|
|||||||
- run: python setup.py install
|
- run: python setup.py install
|
||||||
|
|
||||||
# Build documentation
|
# Build documentation
|
||||||
- run: |
|
- env:
|
||||||
|
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
|
||||||
|
run: |
|
||||||
mkdocs gh-deploy --force
|
mkdocs gh-deploy --force
|
||||||
mkdocs --version
|
mkdocs --version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user