Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

Commit a116978

Browse files
authored
Merge pull request #3 from maxulysse/fix
2 parents 96e1dfc + df3cb6d commit a116978

2 files changed

Lines changed: 7 additions & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
git config --local user.email "action@github.com"
3535
git config --local user.name "GitHub Action"
3636
git checkout -B latest
37-
git add CV-MGarcia-latest.pdf
37+
git add CV-MGarcia.pdf
3838
git commit -m "Update CV - $(date +%Y-%m-%d)"
3939
git push -f origin latest

README.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
11
# myCV
22

3-
[![Version][version-badge]][version-link]
4-
[![License][license-badge]][license-link]
5-
[![CI status][ci-badge]][ci-link]
3+
[![CI](https://github.com/maxulysse/myCV/actions/workflows/ci.yml/badge.svg)](https://github.com/maxulysse/myCV/actions/workflows/ci.yml)
4+
[![Version](https://img.shields.io/github/v/release/maxulysse/myCV)](https://github.com/maxulysse/myCV/releases)
5+
[![compile-latex version](https://img.shields.io/badge/compile--latex-3.0.0-blue)](https://github.com/maxulysse/compile-latex/releases/tag/3.0.0)
6+
[![moderncv version](https://img.shields.io/ctan/v/moderncv?label=moderncv)](https://ctan.org/pkg/moderncv)
7+
[![License](https://img.shields.io/github/license/maxulysse/myCV)](LICENSE)
68

7-
My own CV made with [compile-latex](https://github.com/MaxUlysse/compile-latex).
8-
9-
example:
10-
11-
- `nextflow run MaxUlysse/compile-latex --tex CV-MGarcia-2017-10.tex`
12-
13-
[license-badge]: https://img.shields.io/github/license/MaxUlysse/myCV.svg
14-
[license-link]: https://github.com/MaxUlysse/myCV/blob/master/LICENSE
15-
[moderncv-link]: https://launchpad.net/moderncv
16-
[nextflow-badge]: https://img.shields.io/badge/nextflow-%E2%89%A50.25.0-brightgreen.svg
17-
[nextflow-link]: https://www.nextflow.io/
18-
[ci-badge]: https://github.com/maxulysse/myCV/actions/workflows/ci.yml/badge.svg
19-
[ci-link]: https://github.com/maxulysse/myCV/actions/workflows/ci.yml
20-
[version-badge]: https://img.shields.io/github/release/MaxUlysse/myCV.svg
21-
[version-link]: https://github.com/MaxUlysse/myCV/releases/latest
22-
[xetex-link]: http://xetex.sourceforge.net/
9+
My own LaTeX CV.

0 commit comments

Comments
 (0)