This commit is contained in:
parent
d4b6e66024
commit
5a0f465353
1 changed files with 5 additions and 1 deletions
|
|
@ -10,16 +10,20 @@ jobs:
|
||||||
credentials:
|
credentials:
|
||||||
username: jm
|
username: jm
|
||||||
password: ${{ secrets.FORGEJO_PULL_TOKEN }}
|
password: ${{ secrets.FORGEJO_PULL_TOKEN }}
|
||||||
|
options: --user root -w /doc
|
||||||
|
volumes:
|
||||||
|
- ${{ github.workspace }}:/doc
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
working-directory: /doc
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
- name: Upload PDF
|
- name: Upload PDF
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: resume
|
name: resume
|
||||||
path: examples/resume_jm_tremblay*.pdf
|
path: /doc/examples/resume_jm_tremblay*.pdf
|
||||||
Loading…
Reference in a new issue