Skip to content

Commit e98a310

Browse files
rickstaapull[bot]
authored andcommitted
ci: fix theme docs generate bug (anuraghazra#2573)
1 parent 6842b40 commit e98a310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/push-theme-readme.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export BRANCH_NAME=updated-theme-readme
66
git --version
77
git config --global user.email "[email protected]"
88
git config --global user.name "GitHub Readme Stats Bot"
9+
git config --global --add safe.directory ${GITHUB_WORKSPACE}
910
git branch -d $BRANCH_NAME || true
1011
git checkout -b $BRANCH_NAME
1112
git add --all

0 commit comments

Comments
 (0)