smartcardshue1/.github/workflows/build.yaml
Workflow config file is invalid. Please check your config file: yaml: line 18: did not find expected alphabetic or numeric character
2024-10-21 14:17:55 +02:00

19 lines
397 B
YAML

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
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: *.pdf