push .drone.yml

This commit is contained in:
greglebreton 2022-12-27 12:14:19 +01:00
parent 9b56936372
commit 40c623970d
3 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,7 @@ export function setDarkMode(value) {
export function getCV() {
const a = document.createElement("a");
a.href = "resources/CV - Greg Lebreton.pdf";
a.setAttribute("download", "CV - Greg Lebreton.pdf");
a.setAttribute("download", "Grégory-Lebreton- CV.pdf");
a.click();
}

Binary file not shown.

View File

@ -1 +0,0 @@