Update release
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 51s
Some checks failed
Compile LaTeX and Release PDF / build_latex (push) Failing after 51s
This commit is contained in:
parent
beab507cae
commit
99c4fee590
1 changed files with 9 additions and 4 deletions
|
@ -21,10 +21,15 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.RELEASE_TOKEN }} # Use RELEASE_TOKEN instead of GITHUB_TOKEN
|
||||
|
||||
- name: Install LaTeX
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended
|
||||
|
||||
# Step 3: Compile the LaTeX document (replace 'document.tex' with your actual file name)
|
||||
- name: Compile LaTeX document
|
||||
uses: https://git.leomurca.xyz/leomurca/latex-action@v3
|
||||
with:
|
||||
root_file: main.tex
|
||||
run: |
|
||||
pdflatex main.tex
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
@ -42,5 +47,5 @@ jobs:
|
|||
uses: actions/forgejo-release@v1
|
||||
with:
|
||||
tag_name: ${{ github.ref_name }}
|
||||
files: "leonardo_murca_resume.pdf"
|
||||
files: "main.pdf"
|
||||
token: ${{ secrets.RELEASE_TOKEN }}
|
Loading…
Add table
Reference in a new issue