Skip to content

Commit

Permalink
Merge pull request #25 from ONSAS/jorge
Browse files Browse the repository at this point in the history
resuelvo bug figura  / agrego CI y otros
  • Loading branch information
jorgepz authored Aug 5, 2024
2 parents 240a77b + 0619277 commit f31b0bd
Show file tree
Hide file tree
Showing 17 changed files with 389 additions and 2,055 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# yml file for CIs using https://github.com/xu-cheng/latex-action
name: compile
on: [push]

jobs:
compilation:
# The type of runner that the job will run on
runs-on: ubuntu-latest

steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: libroANLE.tex
working_directory: tex
- name: upload
uses: actions/upload-artifact@v4
with:
name: PDF
path: tex/libroANLE.pdf
# - name: Download a Build Artifact
# uses: actions/download-artifact@v3
# with:
# name: PDF
# - name: Display structure of downloaded files
# run: ls -R
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tex/*.pdf
tex/libroANLE.pdf
*.aux
*.synctex.gz
*.log
Expand Down
Loading

0 comments on commit f31b0bd

Please sign in to comment.