Skip to content

Commit

Permalink
Merge pull request #3 from b201lab/modify-build-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRonz committed Dec 17, 2022
2 parents 03b128f + 3300aca commit 16d9e83
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build-latex-document.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: build
on:
workflow_dispatch:
push:
jobs:
build-document:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/checkout@v3

- name: Compile document in LaTeX
uses: xu-cheng/latex-action@v2
with:
root_file: main.tex

- name: Rename document
run: mv main.pdf buku-kp.pdf

- name: Upload document as an artifact
uses: actions/upload-artifact@v3
with:
name: document
path: buku-kp.pdf
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![commits since latest version](https://img.shields.io/github/commits-since/b201lab/template-buku-kp-its/latest)](https://github.com/b201lab/template-buku-kp-its/commits/master)
[![repo size](https://img.shields.io/github/repo-size/b201lab/template-buku-kp-its)](https://github.com/b201lab/template-buku-ta-its)
[![license](https://img.shields.io/github/license/b201lab/template-buku-kp-its)](./LICENSE)
[![build and test status](https://img.shields.io/github/workflow/status/b201lab/template-buku-kp-its/Build%20LaTeX%20Document)](https://github.com/b201lab/template-buku-kp-its/actions)
[![build status](https://img.shields.io/github/actions/workflow/status/b201lab/template-buku-kp-its/build.yml?branch=main)](https://github.com/b201lab/template-buku-kp-its/actions)

Repositori ini berisi template [LaTeX](https://www.latex-project.org/) dari buku laporan kerja praktik yang disesuaikan dengan format yang diberlakukan oleh [Institut Teknologi Sepuluh Nopember](https://www.its.ac.id/) (ITS).
Template ini terinspirasi dari repositori [rohwid/id-thesis-book-min-electics-its](https://github.com/rohwid/id-thesis-book-min-electics-its) dengan perubahan yang menyesuaikan kebutuhan pembukuan laporan kerja praktik ITS serta dengan pemangkasan isi.
Expand Down

0 comments on commit 16d9e83

Please sign in to comment.