Skip to content

Commit e262c06

Browse files
committed
update to RenderCV v2.1
1 parent 21a621e commit e262c06

29 files changed

+982
-1018
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
with:
3030
files: |
3131
rendercv_output/*_CV.pdf
32-
rendercv_output/*_CV.tex
32+
rendercv_output/*_CV.typ
3333
generate_release_notes: true
3434
make_latest: true

.github/workflows/rendercv.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
exit 1
3131
fi
3232
cd ..
33-
rendercv render src/$cv_file --pdf-path ${cv_file%.yaml}.pdf --markdown-path README.md --latex-path ${cv_file%.yaml}.tex
33+
rendercv render src/$cv_file --pdf-path ${cv_file%.yaml}.pdf --markdown-path README.md --typst-path ${cv_file%.yaml}.typ
3434
- name: Upload rendercv_output as an artifact
3535
uses: actions/upload-artifact@v4
3636
with:
@@ -42,7 +42,7 @@ jobs:
4242
base: HEAD
4343
filters: |
4444
cv:
45-
- '*_CV.tex'
45+
- '*_CV.typ'
4646
- 'README.md'
4747
- name: Push the changes
4848
if: steps.changes.outputs.cv == 'true'

0 commit comments

Comments
 (0)