From c8ef5d55500a1b7a74dc83bdac88cd4959fe98c3 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Wed, 18 Nov 2020 19:42:13 +0100 Subject: [PATCH] Check out the repo before generating the documentation --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf5c1bbf..823232aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,6 +48,7 @@ jobs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' steps: + - uses: actions/checkout@v2 - name: Install dependencies # We need GraphViz to draw figures and graphs # Doxygen is used for generating the documentation