diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 962cc96..b7b31cb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,6 +7,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - name: Generate Pictures + run: | + make -C typst-report - name: Typst uses: lvignoli/typst-action@main with: