Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvictorferreira3301 authored Apr 19, 2024
1 parent 1fd52ef commit 811827e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
publish_dir: ./docs/html # Defines the directory that will be published to GitHub Pages

0 comments on commit 811827e

Please sign in to comment.