Skip to content

Commit

Permalink
chore(ci): use upstream action and lock docker version (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeRaNO authored Jun 17, 2024
1 parent 6d78224 commit 78a6e00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build the LaTeX document
uses: OI-wiki/latex-action@v1.0.0
uses: xu-cheng/latex-action@v3
with:
docker_image: ghcr.io/xu-cheng/texlive-full:20220801
latexmk_use_xelatex: true
latexmk_shell_escape: true
args: "-pdf -file-line-error -halt-on-error -interaction=nonstopmode -8bit"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build the LaTeX document
uses: OI-wiki/latex-action@v1.0.0
uses: xu-cheng/latex-action@v3
with:
docker_image: ghcr.io/xu-cheng/texlive-full:20220801
latexmk_use_xelatex: true
latexmk_shell_escape: true
args: "-pdf -file-line-error -halt-on-error -interaction=nonstopmode -8bit"
Expand Down

0 comments on commit 78a6e00

Please sign in to comment.