Skip to content

chore: bump actions/upload-artifact from 4.3.4 to 4.3.5 (#11) #15

chore: bump actions/upload-artifact from 4.3.4 to 4.3.5 (#11)

chore: bump actions/upload-artifact from 4.3.4 to 4.3.5 (#11) #15

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.3.5
with:
name: buku-kp
path: main.pdf