Skip to content

Commit 652bc23

Browse files
authored
Update create-release.yaml
1 parent accc0d2 commit 652bc23

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/create-release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
13+
- name: Install TeXlive
14+
run: sudo apt-get update && sudo apt-get install texlive texlive-publishers texlive-science latexmk cm-super
15+
- name: LaTeX compile
16+
working-directory: rsc
17+
run: latexmk -pdf -bibtex useful-templates-tikz-main
18+
- run: ls
19+
# run: pdflatex ${{ env.FILE }}; bibtex ${{ env.FILE }}; pdflatex ${{ env.FILE }}; pdflatex ${{ env.FILE }};
1320
- name: Set tag name
1421
id: tag
1522
run: |

0 commit comments

Comments
 (0)