Skip to content

Commit 9ff48e4

Browse files
committed
refactor: rename workflows
1 parent 18ab4ee commit 9ff48e4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build-latex-document.yml renamed to .github/workflows/build-document.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: Build LaTeX document
1+
name: Build Document
22
on:
33
pull_request:
44
branches: [ main ]
55
push:
66
branches: [ main ]
77
jobs:
8-
build-latex-document:
8+
build-document:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2.3.4
13-
- name: Compile LaTeX document
13+
- name: Compile document
1414
uses: xu-cheng/latex-action@v2
1515
with:
1616
root_file: main.tex

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![latest version](https://img.shields.io/github/v/release/b201lab/template-buku-ta-its)](https://github.com/b201lab/template-buku-ta-its/releases/)
44
[![repo size](https://img.shields.io/github/repo-size/b201lab/template-buku-ta-its)](https://github.com/b201lab/template-buku-ta-its)
55
[![license](https://img.shields.io/github/license/b201lab/template-buku-ta-its)](./LICENSE)
6+
[![build document status](https://img.shields.io/github/workflow/status/b201lab/template-buku-ta-its/Build%20Document)](https://github.com/b201lab/template-buku-ta-its/actions)
67

78
Repositori ini berisi template [LaTeX](https://www.latex-project.org/) dari buku tugas akhir yang disesuaikan dengan format yang diberlakukan oleh [Institut Teknologi Sepuluh Nopember](https://www.its.ac.id/) (ITS).
89
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 tugas akhir strata sarjana serta dengan pemangkasan isi.

0 commit comments

Comments
 (0)