Skip to content

chore: bump actions/upload-artifact from 4.3.6 to 4.4.0 (#43) #21

chore: bump actions/upload-artifact from 4.3.6 to 4.4.0 (#43)

chore: bump actions/upload-artifact from 4.3.6 to 4.4.0 (#43) #21

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.7
- name: Compile Document
uses: xu-cheng/latex-action@3.2.0
with:
root_file: main.tex
- name: Upload Artifact
uses: actions/upload-artifact@v4.4.0
with:
name: buku-kp
path: main.pdf