diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cca6ae55..a8b83f02 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,8 @@ image: node:alpine before_script: - apk update && apk add openssl - - wget https://github.com/gohugoio/hugo/releases/download/v0.46/hugo_0.46_Linux-64bit.tar.gz - - tar xf hugo_0.46_Linux-64bit.tar.gz && cp ./hugo /usr/bin + - wget https://github.com/gohugoio/hugo/releases/download/v0.49/hugo_0.49_Linux-64bit.tar.gz + - tar xf hugo_0.49_Linux-64bit.tar.gz && cp ./hugo /usr/bin - npm install --quiet firebase-tools -g deploy: diff --git a/static/resume.docx b/static/resume.docx index 53e92c41..a7ac1258 100644 Binary files a/static/resume.docx and b/static/resume.docx differ diff --git a/static/resume.pdf b/static/resume.pdf index 093abdb8..ff9ab7e4 100644 Binary files a/static/resume.pdf and b/static/resume.pdf differ