Skip to content

i hate my brain

i hate my brain #12

Workflow file for this run

name: Build Typst document
on:
push:
tags:
- '*'
jobs:
permissions:
contents: write
build:
runs-on: ubuntu-latest
steps:
- name: Checkout

Check failure on line 13 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
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