mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-07-26 08:11:26 +00:00
jsonresume
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user