Skip to content

ci: separate build and deploy workflows (#29) #5

ci: separate build and deploy workflows (#29)

ci: separate build and deploy workflows (#29) #5

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build-document:
name: Build Document
runs-on: ubuntu-latest
steps:
- name: Check Out
uses: actions/checkout@v4.1.5
- name: Compile Document
uses: xu-cheng/latex-action@3.2.0
with:
root_file: main.tex
- name: Upload Artifact
uses: actions/upload-artifact@v4.3.3
with:
name: buku-kp
path: main.pdf