resume/.forgejo/workflows/build.yml

20 lines
441 B
YAML
Raw Normal View History

name: Build Resume
on: [push]
jobs:
build:
runs-on: docker
2026-04-19 19:24:49 +00:00
steps:
- name: Checkout
2026-04-19 19:24:49 +00:00
run: git clone ${{ github.server_url }}/${{ github.repository }}.git .
- name: Build
2026-04-19 19:24:49 +00:00
run: docker run --rm -w /doc -v $PWD:/doc thomasweise/docker-texlive-full make
- name: Upload PDF
2026-04-19 19:29:39 +00:00
uses: actions/upload-artifact@v3
with:
name: resume
path: examples/resume_jm_tremblay*.pdf