diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 5fe1301..a0e9d86 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -19,6 +19,8 @@ jobs: runs-on: ubuntu-latest container: image: gitea.jbrumond.me/doc-utils/utils:0.2 + needs: + - checkout steps: - name: Build docs to webpage run: docs2website config.yaml