mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-04 17:11:39 -05:00
debug actions
This commit is contained in:
parent
9341fa545e
commit
47d9ff9389
3 changed files with 4 additions and 1 deletions
2
.github/workflows/latex.yml
vendored
2
.github/workflows/latex.yml
vendored
|
@ -19,6 +19,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Git repository
|
- name: Set up Git repository
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
- name: Setup Debug Session
|
||||||
|
uses: csexton/debugger-action@master
|
||||||
- name: LaTeX compilation
|
- name: LaTeX compilation
|
||||||
uses: dante-ev/latex-action@v0.2.0
|
uses: dante-ev/latex-action@v0.2.0
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
$pdf_previewer = 'start evince';
|
|
|
@ -8,4 +8,6 @@ thesis: document.tex
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(OUTDIR)/*
|
rm -rf $(OUTDIR)/*
|
||||||
|
rm -r tikz/*
|
||||||
mkdir -p $(OUTDIR)/tikz
|
mkdir -p $(OUTDIR)/tikz
|
||||||
|
touch tikz/placeholder
|
||||||
|
|
Loading…
Add table
Reference in a new issue