Skip to content

Commit 31e756c

Browse files
committed
Remove --dry-run
1 parent c057af9 commit 31e756c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/generate-docs.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class Updater(sipsRepo: os.Path, docsRepo: os.Path, github: Github[IO]):
116116
run(s"git commit -m \"Update SIPs state\"", docsRepo)
117117
// Note that here the push may fail if someone pushed something in the middle
118118
// of the execution of the script
119-
run("git push --dry-run", docsRepo)
119+
run("git push", docsRepo)
120120
else
121121
println("No changes to push.")
122122
end if

0 commit comments

Comments
 (0)