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 41f0856
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,15 @@ jobs:

- 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 41f0856

Please sign in to comment.