added force flag to the livetex option
This commit is contained in:
2
.github/workflows/cd.yaml
vendored
2
.github/workflows/cd.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
uses: xu-cheng/latex-action@v2
|
uses: xu-cheng/latex-action@v2
|
||||||
with:
|
with:
|
||||||
root_file: thesis.tex
|
root_file: thesis.tex
|
||||||
args: -pdf -file-line-error -halt-on-error -interaction=nonstopmode --output-directory=./dist
|
args: -pdf -file-line-error -halt-on-error -interaction=nonstopmode --output-directory=./dist -f
|
||||||
|
|
||||||
- name: Deploy application 🚀
|
- name: Deploy application 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||||
|
|||||||
Reference in New Issue
Block a user