Check out the repo before generating the documentation

This commit is contained in:
Kristian Sloth Lauszus 2020-11-18 19:42:13 +01:00
parent 2c82f4e4c6
commit c8ef5d5550

View file

@ -48,6 +48,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
steps: steps:
- uses: actions/checkout@v2
- name: Install dependencies - name: Install dependencies
# We need GraphViz to draw figures and graphs # We need GraphViz to draw figures and graphs
# Doxygen is used for generating the documentation # Doxygen is used for generating the documentation