mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
trigger action anyways, set workspace path (testing purposes)
This commit is contained in:
parent
54e7f2358b
commit
394f64d262
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-userguide-pdf.yml
vendored
2
.github/workflows/build-userguide-pdf.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
path: .
|
path: ${{ github.workspace }}
|
||||||
|
|
||||||
- name: Build user guide pdf
|
- name: Build user guide pdf
|
||||||
run: latexmk -pdflua -cd ./manual/moderncv_userguide.tex
|
run: latexmk -pdflua -cd ./manual/moderncv_userguide.tex
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue