resume/.forgejo/workflows/build.yml
Jean-Michel Tremblay 2a5fe46c49
Some checks failed
Build Resume / build (push) Failing after 1s
revert to using thomasweise docker image
2026-04-19 15:09:10 -04:00

29 lines
No EOL
605 B
YAML

name: Build Resume
on: [push]
jobs:
build:
runs-on: docker
container:
image: thomasweise/docker-texlive-full
credentials:
username: jm
password: ${{ secrets.FORGEJO_PULL_TOKEN }}
options: --user root -w /doc
volumes:
- ${{ github.workspace }}:/doc
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
working-directory: /doc
run: make
- name: Upload PDF
uses: actions/upload-artifact@v4
with:
name: resume
path: /doc/examples/resume_jm_tremblay*.pdf