Skip to content

fix: build_docs CI failure when no doc changes found.

Kerri Miller requested to merge github/fork/pgollangi/fix-build_docs-ci into trunk

Created by: pgollangi

Description build_docs CI failing when no command changes happened. Underlying failing was git commit since no changes found to commit. Silently skip it when no new changes found in git commit command.

Motivation and Context Fix generate documentation CI.

How Has This Been Tested? Tested on git bash with no changes to commit.

Merge request reports