This commit is contained in:
parent
bcc3afe9f1
commit
9471e93a11
1 changed files with 4 additions and 7 deletions
|
|
@ -5,16 +5,13 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
run: git clone ${{ github.server_url }}/${{ github.repository }}.git .
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: docker run --rm -w /doc -v $PWD:/doc thomasweise/docker-texlive-full make
|
||||||
docker run --rm -w /doc -v $PWD:/doc thomasweise/docker-texlive-full make
|
|
||||||
|
|
||||||
- name: Upload PDF
|
- name: Upload PDF
|
||||||
uses: actions/upload-artifact@v4
|
run: cp examples/resume_jm_tremblay*.pdf ${{ github.workspace }}/artifacts/
|
||||||
with:
|
|
||||||
name: resume
|
|
||||||
path: examples/resume_jm_tremblay*.pdf
|
|
||||||
Loading…
Reference in a new issue