Skip to content

Commit 6d1d6f8

Browse files
authored
Update doxygen.yml
1 parent a75515f commit 6d1d6f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/doxygen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
run: |
3737
git add .
3838
git commit -m "Update Doxygen documentation" || echo "No changes to commit"
39-
39+
git pull --rebase origin master
40+
4041
- name: Push changes
4142
uses: ad-m/github-push-action@master
4243
with:

0 commit comments

Comments
 (0)