diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 06aa3c4..90e172e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,14 +17,14 @@ jobs: build: # The type of runner that the job will run on runs-on: ubuntu-latest - container: { image: 'exaexa/latex' } + container: { image: 'aergus/latex' } # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - name: Build the thesis - run: make + run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en - name: Upload artifacts uses: actions/upload-artifact@v2 with: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54a6422..19c841c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,10 +4,10 @@ # # It works with the gitlab.mff.cuni.cz instance. # -image: exaexa/latex +image: aergus/latex build: - script: make + script: latexmk thesis && latexmk abstract-cz && latexmk abstract-en; artifacts: paths: - thesis.pdf