Created
October 7, 2018 19:44
-
-
Save sw-samuraj/0cca37c22016fc2073d41ad70d8a0d93 to your computer and use it in GitHub Desktop.
CI/CD configuration for publishing of GitLab Pages via Hugo.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: registry.gitlab.com/pages/hugo:latest | |
variables: | |
GIT_SUBMODULE_STRATEGY: recursive | |
pages: | |
script: | |
- hugo | |
artifacts: | |
paths: | |
- public | |
only: | |
- master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment