Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
supperthomas authored Jan 27, 2025
1 parent 60de8ee commit e3d2bc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
cd ..
git submodule update --remote
ls
cp Doxyfile rt-thread/documentation/doxygen/Doxyfile
cp -r doxygen-awesome-css-main/ rt-thread/documentation/doxygen/
cd rt-thread/documentation/doxygen
doxygen -w html header.html delete_me.html delete_me.css
#cp Doxyfile rt-thread/documentation/doxygen/Doxyfile
#cp -r doxygen-awesome-css-main/ rt-thread/documentation/doxygen/
cd rt-thread/documentation
#doxygen -w html header.html delete_me.html delete_me.css
doxygen Doxyfile
- name: Upload static files as artifact
Expand Down

0 comments on commit e3d2bc4

Please sign in to comment.