diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5147f5e..2ec31f0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,6 +13,12 @@ jobs: container: texlive/texlive:latest steps: - uses: actions/checkout@v4 + - name: Pull LFS content (figures are stored via Git LFS) + run: | + apt-get update -qq && apt-get install -y -qq git-lfs + git config --global --add safe.directory "$GITHUB_WORKSPACE" + git lfs install + git lfs pull - name: Build arc42 documentation working-directory: documentation run: make