mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
do not stop at filesystem boundaries (testing purposes)
This commit is contained in:
parent
489f41c72a
commit
204905aa86
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-userguide-pdf.yml
vendored
3
.github/workflows/build-userguide-pdf.yml
vendored
|
|
@ -50,6 +50,9 @@ jobs:
|
||||||
#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
|
# maybe switch to an image with git already included, for now install it here
|
||||||
|
ls -la
|
||||||
|
cd "$GITHUB_WORKSPACE"
|
||||||
|
ls -la
|
||||||
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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue