Skip to content

Commit aa021cc

Browse files
committed
Fixes doxygen regeneration action.
1 parent e943b90 commit aa021cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
git config --local user.email "$GITHUB_ACTOR+github-actions@users.noreply.github.com"
125125
git config --local user.name "$GITHUB_ACTOR via action"
126126
git commit -m "Update Doxygen documentation" || echo "No changes to commit"
127-
git push --set-upstream origin pages_doxygen
127+
git push --set-upstream origin pages_doxygen -f
128128
129129
BuildMacOS:
130130
name: Build macOS

0 commit comments

Comments
 (0)