Skip to content

Images optimised

Images optimised #3

Workflow file for this run

name: Build Typst document
on:
push:
tags:
- "v*.*.*"
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: prep typst
uses: typst-community/setup-typst@v3
- run: typst compile offshore-lifts.typ --font-path=./inc/font/
- name: release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
offshore-lifts.pdf