Update docs.yml

This commit is contained in:
jstoobysmith 2024-12-04 16:27:19 +00:00
parent a3e75f41c2
commit f9b80080c4

View file

@ -50,6 +50,9 @@ jobs:
- name: make stats page
run : lake exe stats mkHTML
- name: make notes
run : lake exe notes
- name: Generate svg from dot
run : dot -Tsvg -o ./docs/graph.svg ./docs/InformalDot.dot