.codechina-ci.yml 333 字节
Newer Older
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry
image: ubuntu-latest

variables:
  GIT_SUBMODULE_STRATEGY: recursive

pages:
  script:
  - npm install
  - npm run setup
  - npm run build
  artifacts:
    paths:
    - public
  rules:
    - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH