formalism: Fix and add missing analytic zipper rules for zippered mar… #127
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: formalism | |
on: | |
push: | |
paths: [formalism/*] | |
jobs: | |
formalism: | |
name: Build formalism.pdf | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: xu-cheng/latex-action@v2 | |
with: | |
working_directory: formalism | |
root_file: formalism.tex | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: formalism | |
path: formalism/build/formalism.pdf |