fix the build and remove extra lines from the CV
This commit is contained in:
@ -16,7 +16,7 @@ steps:
|
|||||||
- name: Build the CV
|
- name: Build the CV
|
||||||
image: ghcr.io/puppeteer/puppeteer
|
image: ghcr.io/puppeteer/puppeteer
|
||||||
commands:
|
commands:
|
||||||
- cp -R ./content/* $HOME
|
- cp -R ./* $HOME
|
||||||
- cd $HOME
|
- cd $HOME
|
||||||
- npm install md-to-pdf
|
- npm install md-to-pdf
|
||||||
- npx md-to-pdf index.md
|
- npx md-to-pdf index.md
|
||||||
|
5
index.md
5
index.md
@ -1,9 +1,4 @@
|
|||||||
---
|
---
|
||||||
title: "Curriculum Vitae (CV)"
|
|
||||||
date: 2023-02-11T18:29:00+01:00
|
|
||||||
draft: false
|
|
||||||
ShowToc: true
|
|
||||||
---
|
|
||||||
# Nikolai Rodionov
|
# Nikolai Rodionov
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user