diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index bf08666..f9c6990 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -77,12 +77,10 @@ jobs: run: | cd blueprint && pip install -r requirements.txt - - name: Generate XeLaTeX format - run: | - sudo fmtutil-sys --all - - name: Build blueprint and copy to `docs/blueprint` - run: inv all + run: | + sudo fmtutil-sys --all # Generate XeLaTeX format + inv all - name: Remove lake files from documentation run: |