Skip to content

Commit

Permalink
Update doxygen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kakopappa authored Oct 4, 2024
1 parent 8c0ecfc commit d38582c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Commit changes
run: |
rm -rf ./esp8266-esp32-sdk
ls -lR
git add docs/*
ls -l
git add .
git status
git commit -m "Update Doxygen documentation" || echo "No changes to commit"
git push -u origin update-doxygen-documentation
Expand Down

0 comments on commit d38582c

Please sign in to comment.