add workflow
All checks were successful
Build Typst document / build_typst_documents (push) Successful in 19s
All checks were successful
Build Typst document / build_typst_documents (push) Successful in 19s
This commit is contained in:
parent
51bd2f7d7d
commit
bf634303aa
13
.github/workflows/build.yaml
vendored
Normal file
13
.github/workflows/build.yaml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user