Refaktor na FEKT.tex 2.0, korektura starých otázek přidání nových #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test if template is possible to be built | |
on: | |
pull_request: | |
types: [opened, reopened, edited, synchronize] | |
branches: | |
- main | |
jobs: | |
# build šablony | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Set up Git repository | |
uses: actions/checkout@v2 | |
# kompilace | |
- name: Build šablony | |
uses: xu-cheng/latex-action@v2 | |
with: | |
latexmk_shell_escape: true | |
root_file: main.tex |