mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
fixes wrong paths for upload, investigation of failed push
This commit is contained in:
parent
f89fffdf13
commit
d1b26f6856
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build-userguide-pdf.yml
vendored
5
.github/workflows/build-userguide-pdf.yml
vendored
|
|
@ -33,14 +33,14 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: moderncv_userguide.pdf
|
name: moderncv_userguide.pdf
|
||||||
path: ./manual/moderncv_userguide/moderncv_userguide.pdf
|
path: ./manual/moderncv_userguide.pdf
|
||||||
|
|
||||||
- name: Upload user guide log
|
- name: Upload user guide log
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: moderncv_userguide.log
|
name: moderncv_userguide.log
|
||||||
path: ./manual/moderncv_userguide/moderncv_userguide.log
|
path: ./manual/moderncv_userguide.log
|
||||||
|
|
||||||
- name: Push new user guide to master
|
- name: Push new user guide to master
|
||||||
if: ${{ github.ref_name == 'master' }}
|
if: ${{ github.ref_name == 'master' }}
|
||||||
|
|
@ -49,6 +49,7 @@ 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'
|
||||||
|
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 }}"
|
||||||
git push
|
git push
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue