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

BEST WORK NOW

This commit is contained in:
2020-03-24 22:36:21 -07:00
parent 8d7513bba7
commit 49f85f03ed
3 changed files with 381 additions and 19 deletions

View File

@@ -1,10 +1,13 @@
image: node
# Just run
# resume serve --theme onepage
# Then save as index.html and push to gitlab. Auto building is too much hassle right now.
# References:
# https://github.com/jsonresume/resume-cli
# https://github.com/ainsleyc/jsonresume-theme-onepage
# https://jsonresume.org/
pages:
stage: deploy
script:
- npm install
- resume export index.html --theme onepage
- mkdir .public
- cp -r ./site/* .public
- mv .public public