You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/markdown/Header.j2.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Are you ready to revolutionize the way you manage and craft your CVs and resumes
6
6
7
7
Picture this:
8
8
9
-
1. You simply update your `John_Doe_CV.yaml` input file and push the changes.
9
+
1. You simply update your `src/John_Doe_CV.yaml` input file and push the changes.
10
10
2. Then, a pipeline generates a new PDF and Markdown from it and uploads it to the repository.
11
11
3. When you are done with your work, you can create a new release on GitHub, tagging your CV with something like `v2024.04`. The pipeline will automatically add the PDF and its $\LaTeX$ source as assets to the release.
12
12
4. You have successfully created your CV pipeline, and all the history is in safe hands and reproducible.
@@ -15,8 +15,8 @@ Picture this:
15
15
16
16
1.[Click here](https://github.com/new?template_name=rendercv-pipeline&template_owner=sinaatalay) to create your CV repository based on this `rendercv-pipeline` template repository.
17
17
2. Edit either
18
-
- the `John_Doe_CV.yaml` file, or
19
-
- the contents of `markdown` or `classic` directories
18
+
- the `src/John_Doe_CV.yaml` file, or
19
+
- the contents of `src/markdown` or `src/classic` directories
0 commit comments