From 811827e515886133ced38f707f010403c55e3021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Ferreira?= <121932120+jvictorferreira3301@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:38:49 -0300 Subject: [PATCH] Update doc.yml --- .github/workflows/doc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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