resume/.forgejo/workflows/build.yml
Jean-Michel Tremblay c88e9a9e70
Some checks failed
Build Resume / build (push) Failing after 3s
release resume
2026-04-19 15:32:57 -04:00

27 lines
No EOL
684 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
uses: actions/upload-artifact@v3
with:
name: resume
path: examples/resume_jm_tremblay*.pdf
- name: Release
uses: actions/forgejo-release@v2
with:
direction: upload
token: ${{ secrets.FORGEJO_PULL_TOKEN }}
release-file: examples/resume_jm_tremblay*.pdf
release-tag: latest