This commit is contained in:
parent
d4b6e66024
commit
5a0f465353
1 changed files with 5 additions and 1 deletions
|
|
@ -10,16 +10,20 @@ jobs:
|
|||
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: examples/resume_jm_tremblay*.pdf
|
||||
path: /doc/examples/resume_jm_tremblay*.pdf
|
||||
Loading…
Reference in a new issue