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:
|
||||
build:
|
||||
runs-on: docker
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
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
|
||||
run: docker run --rm -w /doc -v $PWD:/doc thomasweise/docker-texlive-full make
|
||||
|
||||
- name: Upload PDF
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: resume
|
||||
path: examples/resume_jm_tremblay*.pdf
|
||||
run: cp examples/resume_jm_tremblay*.pdf ${{ github.workspace }}/artifacts/
|
||||
Loading…
Reference in a new issue