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 60de8ee commit e3d2bc4Copy full SHA for e3d2bc4
.github/workflows/main.yml
@@ -46,10 +46,10 @@ jobs:
46
cd ..
47
git submodule update --remote
48
ls
49
- cp Doxyfile rt-thread/documentation/doxygen/Doxyfile
50
- cp -r doxygen-awesome-css-main/ rt-thread/documentation/doxygen/
51
- cd rt-thread/documentation/doxygen
52
- 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
53
doxygen Doxyfile
54
55
- name: Upload static files as artifact
0 commit comments