mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-06-16 09:26:40 +00:00
17 lines
392 B
YAML
17 lines
392 B
YAML
# 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:
|
|
- cp -r ./* public
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- master
|