Skip to content

Commit 4412dbb

Browse files
committed
Update ci.yml
1 parent 2cac63b commit 4412dbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,5 +435,6 @@ jobs:
435435
else
436436
echo "Committing documentation changes..."
437437
git commit -m "Updated Some Public Modules"
438-
git push origin "module-markdown"
438+
echo "Force pushing to module-markdown branch..."
439+
git push --force origin "module-markdown"
439440
fi

0 commit comments

Comments
 (0)