mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-14 18:51:52 +01:00
Update compile workflow
This commit is contained in:
12
.github/workflows/compile.yml
vendored
12
.github/workflows/compile.yml
vendored
@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user