This commit is contained in:
parent
9471e93a11
commit
f121d24e62
1 changed files with 4 additions and 1 deletions
|
|
@ -14,4 +14,7 @@ jobs:
|
|||
run: docker run --rm -w /doc -v $PWD:/doc thomasweise/docker-texlive-full make
|
||||
|
||||
- name: Upload PDF
|
||||
run: cp examples/resume_jm_tremblay*.pdf ${{ github.workspace }}/artifacts/
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: resume
|
||||
path: examples/resume_jm_tremblay*.pdf
|
||||
Loading…
Reference in a new issue