Skip to content

Commit

Permalink
action test
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchiLaser committed Feb 15, 2024
1 parent 5b00752 commit bc70f16
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: compile LaTeX document
uses: xu-cheng/latex-action@v3
Expand All @@ -16,9 +16,8 @@ jobs:
root_file: main.tex
texlive_version: 2023

# upload-artifact: currently not used
#- name: export pdf file
#uses: actions/upload-artifact@v3
#with:
#name: PDF
#path: documentation/main.pdf
- name: export pdf file
uses: actions/upload-artifact@v4
with:
name: PDF
path: documentation/main.pdf

0 comments on commit bc70f16

Please sign in to comment.