mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-06-27 22:35:55 +00:00
pass git committers token to docs build
This commit is contained in:
2
.github/workflows/build-docs.yml
vendored
2
.github/workflows/build-docs.yml
vendored
@@ -32,6 +32,8 @@ jobs:
|
||||
mkdocs-material-
|
||||
- run: pip install -r docs/requirements.txt
|
||||
- name: Deploy versioned docs
|
||||
env:
|
||||
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.MKDOCS_GIT_COMMITTERS_APIKEY }}
|
||||
run: mike deploy --push ${{ github.ref_name }}
|
||||
- name: Set default docs version
|
||||
if: github.ref_name == 'release'
|
||||
|
||||
Reference in New Issue
Block a user