change build.yml again, CICD life
Some checks failed
Build Resume / build (push) Failing after 1s

This commit is contained in:
Jean-Michel Tremblay 2026-04-19 15:23:31 -04:00
parent e33b6bb4ba
commit bcc3afe9f1

View file

@ -5,22 +5,16 @@ on: [push]
jobs:
build:
runs-on: docker
container:
image: thomasweise/docker-texlive-full
options: --user root -w /doc
volumes:
- ${{ github.workspace }}:/doc
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
working-directory: /doc
run: make
run: |
docker run --rm -w /doc -v $PWD:/doc thomasweise/docker-texlive-full make
- name: Upload PDF
uses: actions/upload-artifact@v4
with:
name: resume
path: /doc/examples/resume_jm_tremblay*.pdf
path: examples/resume_jm_tremblay*.pdf