From f43e2d92a52e63954372ce476a744b852064b97b Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Mon, 1 Jul 2024 09:44:42 +0200 Subject: [PATCH] Disable LaTeX build --- .github/workflows/ci.yml | 44 ++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7dae20..de233b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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