This commit is contained in:
@@ -18,10 +18,10 @@ jobs:
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: Compile LaTeX document
|
||||
run: |
|
||||
apt-get update && |
|
||||
apt-get install -y texlive-full latexmk && |
|
||||
apt-get autoremove -y && |
|
||||
apt-get autclean && |
|
||||
apt-get update && \
|
||||
apt-get install -y texlive-full latexmk && \
|
||||
apt-get autoremove -y && \
|
||||
apt-get autclean && \
|
||||
latexmk -pdfxe cv.tex
|
||||
- name: Archive artifacs
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user