Skip to content

Add nix dev environment #16

Add nix dev environment

Add nix dev environment #16

Workflow file for this run

name: Build Typst document
on: [push, workflow_dispatch]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Typst
uses: lvignoli/typst-action@main
with:
source_file: main.typ
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: main.pdf