diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 7a65ed2..0e217ad 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -21,7 +21,7 @@ jobs: - name: Clone Doxygen Awesome theme and Mainpage # Fourth step: clone the Doxygen Awesome theme run: | - mv figures/mainpage.md src + mv assets/mainpage.md src git clone https://github.com/jothepro/doxygen-awesome-css.git doxygen-awesome - name: Build Doxygen documentation # Fifth step: generate Doxygen documentation