8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1eaf0e commit 455f9eeCopy full SHA for 455f9ee
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
key: test-${{ github.event_name }}-github-users-v0.1
28
- name: Build pages
29
env:
30
- MKDOCS_GIT_COMMITTERS_BRANCH: ${{ github.event.repository.default_branch }}
+ MKDOCS_GIT_COMMITTERS_BRANCH: ${{ github.ref_name }}
31
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.GITHUB_TOKEN }}
32
MKDOCS_ENABLE_GIT_REVISION_DATE: ${{ secrets.GITHUB_TOKEN && 'True' || 'False' }}
33
MKDOCS_ENABLE_GIT_COMMITTERS: ${{ secrets.GITHUB_TOKEN && 'True' || 'False' }}
0 commit comments