1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-16 01:16:39 +00:00
Resume/.gitlab-ci.yml
2020-03-24 22:40:37 -07:00

17 lines
396 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:
- mv index.html public
artifacts:
paths:
- public
only:
- master