latex-template

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 940cf8885d82d73a92101e1fab073963b7628dc5
parent 8b885511c48a9ef8e072a0c384cb2f16281ab5a3
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Fri, 11 Apr 2025 21:52:58 +0900

Update entrypoint.sh
Diffstat:
M.github/actions/entrypoint.sh | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/actions/entrypoint.sh b/.github/actions/entrypoint.sh @@ -1,4 +1,4 @@ -# !/bin/bash +#!/bin/bash set -eux -# build pdf -latexmk -pdfdvi main.tex +# build pdf (change if necessary) +latexmk -pdfdvi sample.tex