no *** node in this
Some checks failed
Build Resume / build (push) Failing after 1s

This commit is contained in:
Jean-Michel Tremblay 2026-04-19 15:24:49 -04:00
parent bcc3afe9f1
commit 9471e93a11

View file

@ -5,16 +5,13 @@ on: [push]
jobs:
build:
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
run: git clone ${{ github.server_url }}/${{ github.repository }}.git .
- name: Build
run: |
docker run --rm -w /doc -v $PWD:/doc thomasweise/docker-texlive-full 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: examples/resume_jm_tremblay*.pdf
run: cp examples/resume_jm_tremblay*.pdf ${{ github.workspace }}/artifacts/