You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #1327 from UncleGrumpy/doc_build_fix
Check for content change before publishing
Adds a check to make sure there are acutally changes to be commited and pushed.
This is needed to address a situation where the publish docs workflow is
triggered, but there are no changes to the documentation content.
Changes `cancel-in-progress` to false, to avoid missing publishing
documentation, when another publish workflow is triggerd by a commit that might
not have any changes to the documentation to add.
These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
0 commit comments