From 598e29c0251154ed3405b9c798a0925d3efa17a0 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Tue, 25 Mar 2025 01:06:08 +0100 Subject: [PATCH] removed workflow --- .github/workflows/build.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/build.yaml diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml deleted file mode 100644 index c4d3bc4..0000000 --- a/.github/workflows/build.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: Build Typst document -on: push - -jobs: - build_typst_documents: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Install ImageMagick - run: sudo apt-get update && sudo apt-get install -y imagemagick - - name: Generate Pictures - run: | - make -C typst-report - - name: Typst - uses: lvignoli/typst-action@main - with: - source_file: typst-report/main.typ \ No newline at end of file