resume/.forgejo/workflows/build.yml
Jean-Michel Tremblay 9471e93a11
Some checks failed
Build Resume / build (push) Failing after 1s
no *** node in this
2026-04-19 15:24:49 -04:00

17 lines
No EOL
398 B
YAML

name: Build Resume
on: [push]
jobs:
build:
runs-on: docker
steps:
- name: Checkout
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
- name: Upload PDF
run: cp examples/resume_jm_tremblay*.pdf ${{ github.workspace }}/artifacts/