mirror of
https://github.com/moderncv/moderncv.git
synced 2026-06-05 08:37:01 +02:00
add debug output lines
This commit is contained in:
parent
501e613266
commit
5b1f0c5151
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-userguide-pdf.yml
vendored
3
.github/workflows/build-userguide-pdf.yml
vendored
|
|
@ -51,7 +51,8 @@ jobs:
|
|||
git config --global user.name '${{ env.UG_AUTHOR }}'
|
||||
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
|
||||
# prevent error message due to mismatch in users: process in gh actions vs. owner of repo
|
||||
git config --global --add safe.directory ${{ github.workspace }}
|
||||
echo "git config --global --add safe.directory /__w/moderncv/moderncv"
|
||||
git config --global --add safe.directory /__w/moderncv/moderncv
|
||||
ls -l
|
||||
git add manual/moderncv_userguide.pdf
|
||||
git commit -m "${{ env.UG_COMMIT_MESSAGE }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue