Cleanup html directory before running doxygen

This commit is contained in:
scawful
2024-04-14 13:26:09 -05:00
parent 44a72f1f7a
commit 512f349e62

View File

@@ -20,6 +20,10 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Delete the html directory if it exists
- name: Delete html directory
run: rm -rf html
# Installs graphviz for DOT graphs
- name: Install graphviz
run: sudo apt-get install graphviz