Skip to content

Commit

Permalink
workflow next trial
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchiLaser committed Feb 5, 2024
1 parent cb13658 commit 68c4af0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ name: build documentation
on: [push, pull_request]

jobs:
docs:
build_docs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
- uses: actions/checkout@v3
uses: actions/checkout@v3

- name: compile LaTeX document
- uses: xu-cheng/latex-action@v3
uses: xu-cheng/latex-action@v3
with:
working_directory: documentation
root_file: main.tex
texlive_version: 2023

- name: export pdf file
- uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v3
with:
name: PDF
path: main.pdf
path: docs/main.pdf

0 comments on commit 68c4af0

Please sign in to comment.