8000 Use github.ref_name as git committers branch · cp-algorithms/cp-algorithms@455f9ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 455f9ee

Browse files
committed
Use github.ref_name as git committers branch
1 parent c1eaf0e commit 455f9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
key: test-${{ github.event_name }}-github-users-v0.1
2828
- name: Build pages
2929
env:
30-
MKDOCS_GIT_COMMITTERS_BRANCH: ${{ github.event.repository.default_branch }}
30+
MKDOCS_GIT_COMMITTERS_BRANCH: ${{ github.ref_name }}
3131
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.GITHUB_TOKEN }}
3232
MKDOCS_ENABLE_GIT_REVISION_DATE: ${{ secrets.GITHUB_TOKEN && 'True' || 'False' }}
3333
MKDOCS_ENABLE_GIT_COMMITTERS: ${{ secrets.GITHUB_TOKEN && 'True' || 'False' }}

0 commit comments

Comments
 (0)
0