mirror of
https://github.com/moderncv/moderncv.git
synced 2026-06-05 16:46:58 +02:00
Compare commits
1 commit
sep-line-c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1aac59a6f |
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-userguide-pdf.yml
vendored
2
.github/workflows/build-userguide-pdf.yml
vendored
|
|
@ -49,6 +49,8 @@ jobs:
|
||||||
apt update && apt install git -y
|
apt update && apt install git -y
|
||||||
git config --global user.name '${{ env.UG_AUTHOR }}'
|
git config --global user.name '${{ env.UG_AUTHOR }}'
|
||||||
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
|
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 /__w/moderncv/moderncv
|
||||||
ls -l
|
ls -l
|
||||||
git add manual/moderncv_userguide.pdf
|
git add manual/moderncv_userguide.pdf
|
||||||
git commit -m "${{ env.UG_COMMIT_MESSAGE }}"
|
git commit -m "${{ env.UG_COMMIT_MESSAGE }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue