Closed akshaykhoje closed 1 year ago
The docs are auto generated by Doxygen so everytime there are changes in main branch they will be reflected onto the gh-pages branch using this workflow.
make docs
We have used the img
tag instead of ![]()
to render the gif on the README and Doxygen uses README as the mainpage for the documentation as mentioned in the Doxyfile:
USE_MDFILE_AS_MAINPAGE = README.md
![]()
can be used but we cannot set the size of width and height of gif using it.
Checkout #96 !!
Closing as #96 and this commit fixed it.
The procfetch.gif doesn't get displayed at https://tanmaypatil105.github.io/procfetch/index.html.
Fix : We just need to put the procfetch.gif on the new branch. I have fixed it by creating a directory images/ on the gh-pages branch and placing the procfetch.gif in it. Is that the right way or you prefer another way of doing it?
The fix