Skip to content

Commit

Permalink
Merge pull request #1 from marcothms/marcothms-github-ci
Browse files Browse the repository at this point in the history
ft: add GitHub CI build
  • Loading branch information
marcothms authored Feb 14, 2024
2 parents 0f25520 + f9f50a3 commit 145480c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build Typst document
on: push

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Typst
uses: lvignoli/typst-action@main
with:
source_file: presentation.typ
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: presentation.pdf

0 comments on commit 145480c

Please sign in to comment.