We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5336706 commit 4a4d9f9Copy full SHA for 4a4d9f9
.github/workflows/build.yaml
@@ -17,4 +17,5 @@ jobs:
17
- name: Compile LaTeX document - Template
18
uses: dante-ev/latex-action@master
19
with:
20
- working_directory: ./src
+ working_directory: ./src
21
+ root_file: template.tex
.github/workflows/release.yaml
@@ -40,6 +40,7 @@ jobs:
40
41
42
working_directory: ./src
43
44
- name: Upload Release Asset - Template
45
uses: actions/upload-release-asset@v1
46
env:
0 commit comments