We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e943b90 commit aa021ccCopy full SHA for aa021cc
.github/workflows/build.yml
@@ -124,7 +124,7 @@ jobs:
124
git config --local user.email "$GITHUB_ACTOR+github-actions@users.noreply.github.com"
125
git config --local user.name "$GITHUB_ACTOR via action"
126
git commit -m "Update Doxygen documentation" || echo "No changes to commit"
127
- git push --set-upstream origin pages_doxygen
+ git push --set-upstream origin pages_doxygen -f
128
129
BuildMacOS:
130
name: Build macOS
0 commit comments