smartcardshue1/.github/workflows/build.yaml

19 lines
400 B
YAML
Raw Permalink Normal View History

2024-10-21 12:14:33 +00:00
name: Build Typst document
on: push
jobs:
build_typst_documents:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Typst
uses: lvignoli/typst-action@main
with:
source_file: main.typ
2024-10-21 12:17:55 +00:00
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
2024-10-21 12:19:23 +00:00
path: main.pdf