Skip to content

Commit

Permalink
Merge branch 'main' of github.com:saona-raimundo/formalisms_every_com…
Browse files Browse the repository at this point in the history
…puter_scientist_should_know into main
  • Loading branch information
saona-raimundo committed Oct 17, 2023
2 parents c8a0fc6 + b5d375c commit 5be306c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on: [push]

jobs:
latex-job:
runs-on: ubuntu-latest
name: A job to Compile Latex file
steps:
- uses: actions/checkout@v1
- name: Compilation
uses: vinay0410/tectonic-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tex_path: 'main.tex'
push: 'yes'

0 comments on commit 5be306c

Please sign in to comment.