shimane-u-reports

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

commit 3d3dbbe08de779b079642ce88b4492d0aebae007
parent 51eabfa6e82e1fdf6e86e3316c92d0f862c5b20b
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Tue, 27 May 2025 21:09:21 +0900

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

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