mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
update apt sources
This commit is contained in:
parent
c96a450428
commit
430f693784
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
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
if: ${{ github.ref_name == 'master' }}
|
||||
run: |
|
||||
# maybe switch to an image with git already included, for now install it here
|
||||
apt install git -y
|
||||
apt update && apt install git -y
|
||||
git config --global user.name '${{ env.UG_AUTHOR }}'
|
||||
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
|
||||
git add manual/moderncv_userguide.pdf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue