Mobile-responsive personal website, generated using Hugo. https://kevin-mok.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
319 B

  1. # All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry
  2. image: registry.gitlab.com/pages/hugo:latest
  3. variables:
  4. GIT_SUBMODULE_STRATEGY: recursive
  5. test:
  6. script:
  7. - hugo
  8. except:
  9. - master
  10. pages:
  11. script:
  12. - hugo
  13. artifacts:
  14. paths:
  15. - public
  16. only:
  17. - master