We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ec33d commit 105eda6Copy full SHA for 105eda6
1 file changed
.github/workflows/build-docs.yml
@@ -32,6 +32,8 @@ jobs:
32
mkdocs-material-
33
- run: pip install -r docs/requirements.txt
34
- name: Deploy versioned docs
35
+ env:
36
+ MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.MKDOCS_GIT_COMMITTERS_APIKEY }}
37
run: mike deploy --push ${{ github.ref_name }}
38
- name: Set default docs version
39
if: github.ref_name == 'release'
0 commit comments