Skip to content

Commit

Permalink
add doxyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhdanov0 committed Dec 5, 2024
1 parent 40351e2 commit 791c347
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4

# Install Doxygen
#Install Doxygen
- name: Install Doxygen
run: sudo apt install doxygen && doxygen --version

- name: Install Graphviz
run: sudo apt install graphviz

# Create documentation
#Create documentation
- name: Create documentation
run: doxygen

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
#Upload entire repository
path: './html/'
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 791c347

Please sign in to comment.