From 8e04dc330218109f11ef467b575e91c432c6af07 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:58:36 +0200 Subject: [PATCH] Update compile workflow --- .github/workflows/compile.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index da21c31..41e8075 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -34,12 +34,6 @@ jobs: path: .currpdfs - - name: Install LaTeX - run: | - sudo apt update - sudo apt install -y latexmk texlive texlive-science texlive-latex-extra texlive-fonts-extra texlive-bibtex-extra biber - - - name: Prepare output directory run: | mkdir ${GITHUB_WORKSPACE}/.compiled @@ -47,10 +41,8 @@ jobs: - name: Compile run: | - bash ${GITHUB_WORKSPACE}/utils/compile.sh \ - ${GITHUB_WORKSPACE}/src \ - ${GITHUB_WORKSPACE}/.compiled \ - ${GITHUB_WORKSPACE}/.currpdfs + docker pull ghcr.io/notxia/unibo-ai-notes:main + docker run -v .:/notes ghcr.io/notxia/unibo-ai-notes:main - name: Generate README run: |