From a54f52ddf01a5a95fd648895bb888b26b8aa0e72 Mon Sep 17 00:00:00 2001 From: Chwiggy Date: Fri, 19 Apr 2024 15:00:33 +0200 Subject: [PATCH] aaah --- .github/workflows/build.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f90fdc..cdf960e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,21 +7,21 @@ on: jobs: permissions: contents: write - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Typst - uses: lvignoli/typst-action@main - with: - source_file: src/thesis.typ + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Typst + uses: lvignoli/typst-action@main + with: + source_file: src/thesis.typ - - name: Upload PDF file - uses: svenstaro/upload-release-action@v2 - with: - file: src/thesis.pdf - asset_name: mything - tag: ${{ github.ref }} - overwrite: true \ No newline at end of file + - name: Upload PDF file + uses: svenstaro/upload-release-action@v2 + with: + file: src/thesis.pdf + asset_name: mything + tag: ${{ github.ref }} + overwrite: true \ No newline at end of file