mirror of
https://github.com/Relintai/elteikthesis.git
synced 2025-04-12 15:12:02 +02:00
Update ci.yml
The current version shows this warning: ``` build_latex (pdflatex) Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/upload-artifact@v2.2.4. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. ``` This modification will fix it.
This commit is contained in:
parent
7039b47c41
commit
8c4f39efb3
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Git repository
|
- name: Set up Git repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- if: ${{ matrix.engine == 'pdflatex' }}
|
- if: ${{ matrix.engine == 'pdflatex' }}
|
||||||
name: Compile LaTeX document
|
name: Compile LaTeX document
|
||||||
uses: xu-cheng/latex-action@v2
|
uses: xu-cheng/latex-action@v2
|
||||||
@ -29,7 +29,7 @@ jobs:
|
|||||||
latexmk_shell_escape: true
|
latexmk_shell_escape: true
|
||||||
latexmk_use_lualatex: true
|
latexmk_use_lualatex: true
|
||||||
- name: Upload the compiled pdf
|
- name: Upload the compiled pdf
|
||||||
uses: actions/upload-artifact@v2.2.4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: thesis-${{ matrix.engine }}
|
name: thesis-${{ matrix.engine }}
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
Reference in New Issue
Block a user