Skip to content

permissions

permissions #9

Workflow file for this run

name: Build Typst document

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

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: permissions
on:
push:
tags:
- '*'
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
- name: Upload PDF file
uses: svenstaro/upload-release-action@v2
with:
file: src/thesis.pdf
asset_name: mything
tag: ${{ github.ref }}
overwrite: true