Skip to content

Commit

Permalink
[docs] Finding out why dot does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed May 1, 2024
1 parent 2b05014 commit 268e689
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
python-version: '3.x' # Ensures Python 3.x is installed, adjust as needed for your project

- name: Install Graphviz
run: sudo apt-get update && sudo apt-get install -y graphviz
run: |
sudo apt-get update && sudo apt-get install -y graphviz
java -jar plantuml.jar -testdot
- name: Install Asciidoctor and Asciidoctor-Diagram
run: |
Expand Down
9 changes: 4 additions & 5 deletions doc/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# c-xrefactory Documentation

- c-xrefactory.html[Quick User Guide]
- manual.html[User Manual] WORK IN PROGRESS!
- guidebook.html[Software Guidebook] WORK IN PROGRESS!
= c-xrefactory Documentation

* link:c-xrefactory.html[Quick User Guide]
* link:manual.html[User Manual] WORK IN PROGRESS!
* link:guidebook.html[Software Guidebook] WORK IN PROGRESS!

0 comments on commit 268e689

Please sign in to comment.