Skip to content

Commit 105eda6

Browse files
committed
pass git committers token to docs build
1 parent 32ec33d commit 105eda6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
mkdocs-material-
3333
- run: pip install -r docs/requirements.txt
3434
- name: Deploy versioned docs
35+
env:
36+
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.MKDOCS_GIT_COMMITTERS_APIKEY }}
3537
run: mike deploy --push ${{ github.ref_name }}
3638
- name: Set default docs version
3739
if: github.ref_name == 'release'

0 commit comments

Comments
 (0)