Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Astro-Lee committed Jan 1, 2024
1 parent 222c249 commit 5a66c40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Compiling LaTeX template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
with:
run: |
xetex YNUthesis.dtx
xelatex YNUthesis.dtx
latexmk
- name: Make Artifact
run: |
Expand All @@ -31,6 +33,8 @@ jobs:
cp YNUthesis.def template/
cp latexmkrc template/
cp -r fonts template/
cp YNUthesis.pdf template/
cp main.pdf template/
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5a66c40

Please sign in to comment.