diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 80d304c..9c9a41a 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -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: @@ -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: ./