Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-latex-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build_latex:
runs-on: ubuntu-latest
env:
PAPER: "main"
PAPER: "main_isc"
MAIN: ${{ github.event.pull_request.base.sha }}
steps:
- name: Set up Git repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build_latex:
runs-on: ubuntu-latest
env:
PAPER: "main"
PAPER: "main_isc"
steps:
- name: Set up Git repository
uses: actions/checkout@v2
Expand Down
14 changes: 8 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
main.aux
main.blg
main.log
main.out
main.pdf
main.thm
*.aux
*.blg
*.log
*.out
*.pdf
*.thm
response-to-referees.bbl
Manifest.toml
_minted-main*
Loading
Loading