Skip to content

Commit 7284776

Browse files
Workflow - tweak add command
1 parent a422e05 commit 7284776

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/autogen-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
git config user.name github-actions
3939
git config user.email [email protected]
4040
git checkout -b autogen-docs
41-
git add --renormalize ../.
41+
git add ../.
42+
git add --renormalize
4243
git commit -m "Automatically generated docs"
4344
git push --set-upstream origin autogen-docs
4445

0 commit comments

Comments
 (0)