Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Disable LaTeX build
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker authored Jul 1, 2024
1 parent 6681536 commit f43e2d9
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ on:
push:

jobs:
latex-paper:
name: 📄 LaTeX paper
runs-on: ubuntu-latest
steps:
- name: 📥 Check-out
uses: actions/checkout@v4
- name: 🏗️ Compile paper
uses: xu-cheng/latex-action@v3
with:
working_directory: paper
root_file: touche22-axiomatic-reranking-query-reformulation.tex
latex-talk:
name: 📄 LaTeX talk
runs-on: ubuntu-latest
steps:
- name: 📥 Check-out
uses: actions/checkout@v4
- name: 🏗️ Compile talk
uses: xu-cheng/latex-action@v3
with:
working_directory: talk
root_file: talk.tex
# latex-paper:
# name: 📄 LaTeX paper
# runs-on: ubuntu-latest
# steps:
# - name: 📥 Check-out
# uses: actions/checkout@v4
# - name: 🏗️ Compile paper
# uses: xu-cheng/latex-action@v3
# with:
# working_directory: paper
# root_file: touche22-axiomatic-reranking-query-reformulation.tex
# latex-talk:
# name: 📄 LaTeX talk
# runs-on: ubuntu-latest
# steps:
# - name: 📥 Check-out
# uses: actions/checkout@v4
# - name: 🏗️ Compile talk
# uses: xu-cheng/latex-action@v3
# with:
# working_directory: talk
# root_file: talk.tex
python-build:
name: 🏗️ Build Python wheels
runs-on: ubuntu-latest
Expand Down

0 comments on commit f43e2d9

Please sign in to comment.