push .drone.yml

main
greglebreton 2 years ago
parent 9b56936372
commit 40c623970d
  1. 2
      src/custom-comands.js
  2. BIN
      static/Grégory-Lebreton- CV.pdf
  3. 1
      static/cv-goes-here

@ -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.
Loading…
Cancel
Save