mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Install git in container used for automatic userguide generation (#254)
* gh action uses image without git: therefore add it, provide the newest moderncv_userguide.pdf manually due to failed action * update apt sources
This commit is contained in:
parent
686f1a9a08
commit
ee076d39f6
2 changed files with 2 additions and 0 deletions
2
.github/workflows/build-userguide-pdf.yml
vendored
2
.github/workflows/build-userguide-pdf.yml
vendored
|
|
@ -45,6 +45,8 @@ jobs:
|
||||||
- name: Push new user guide to master
|
- name: Push new user guide to master
|
||||||
if: ${{ github.ref_name == 'master' }}
|
if: ${{ github.ref_name == 'master' }}
|
||||||
run: |
|
run: |
|
||||||
|
# maybe switch to an image with git already included, for now install it here
|
||||||
|
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'
|
||||||
git add manual/moderncv_userguide.pdf
|
git add manual/moderncv_userguide.pdf
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue