Skip to content

Commit

Permalink
try another action
Browse files Browse the repository at this point in the history
  • Loading branch information
tiepvupsu committed Jul 24, 2021
1 parent ee247a6 commit 0d92731
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# name: Build LaTeX document
# on: [push]
# jobs:
# build_latex:
# runs-on: ubuntu-latest
# steps:
# - name: Set up Git repository
# uses: actions/checkout@v2
# - name: Compile LaTeX document
# uses: xu-cheng/latex-action@v2
# with:
# root_file: book_ML.tex
# compiler: pdflatex
# args: ""
# working_directory: ./

name: Build LaTeX document
on: [push]
jobs:
Expand All @@ -7,9 +23,7 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
uses: dante-ev/latex-action@latest
with:
root_file: book_ML.tex
compiler: pdflatex
args: ""
working_directory: ./

0 comments on commit 0d92731

Please sign in to comment.