Skip to content

build(deps): bump anothrNick/github-tag-action from 1.71.0 to 1.75.0 #12

build(deps): bump anothrNick/github-tag-action from 1.71.0 to 1.75.0

build(deps): bump anothrNick/github-tag-action from 1.71.0 to 1.75.0 #12

Workflow file for this run

name: Build pdf
on:
pull_request:
permissions:
contents: read
jobs:
build_pdf:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: '0'
- uses: typst-community/setup-typst@v4
- run: typst compile ./main.typ main.pdf
- name: Upload Release Asset - Assignment
id: upload
uses: actions/upload-artifact@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: ./main.pdf
name: main.pdf
retention-days: 5