Skip to content

Commit

Permalink
Trying to fix online docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrognor committed Feb 19, 2024
1 parent 3dba86f commit 61b8197
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,26 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3


# Update system
- name: Update system
run: sudo apt update && sudo apt upgrade

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

- name: Install Graphviz
run: sudo apt install graphviz

# Create documentation
- name: Create documentation
run: ./Docs/Gendoc.sh

# Check
- name: Checking
run: ls ./Docs/Generated/html/

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 61b8197

Please sign in to comment.