1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-26 08:11:26 +00:00

jsonresume

This commit is contained in:
2020-03-24 22:03:11 -07:00
parent 5ddd4dfcc9
commit e5efdeb2a8
51 changed files with 134 additions and 10104 deletions

View File

@@ -1,8 +1,10 @@
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
image: node
pages:
stage: deploy
script:
- npm install -g resume-cli
- resume export index.html --theme onepage
- mkdir .public
- cp -r ./site/* .public
- mv .public public