diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 2832d6d..7a65ed2 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: | - sudo mv figures/mainpage.md ../src + mv figures/mainpage.md src git clone https://github.com/jothepro/doxygen-awesome-css.git doxygen-awesome - name: Build Doxygen documentation # Fifth step: generate Doxygen documentation @@ -35,4 +35,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 # Uses the 'actions-gh-pages' action version 3 with: github_token: ${{ secrets.GITHUB_TOKEN }} # Uses the GitHub token for authentication - publish_dir: ./docs/html # Defines the directory that will be published to GitHub Pages \ No newline at end of file + publish_dir: ./docs/html # Defines the directory that will be published to GitHub Pages