~vejnar/doc-website

23237a67c552708f896d2bec4ae2d495a7cc46cd — vejnar 8 days ago 5bb81cf
Remove GitLab CI
1 files changed, 0 insertions(+), 23 deletions(-)

D .gitlab-ci.yml
D .gitlab-ci.yml => .gitlab-ci.yml +0 -23
@@ 1,23 0,0 @@
# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry
image: registry.gitlab.com/pages/hugo:latest

variables:
  GIT_SUBMODULE_STRATEGY: recursive

before_script:
  - apk add --update --no-cache git

test:
  script:
  - hugo
  except:
  - master

pages:
  script:
  - hugo
  artifacts:
    paths:
    - public
  only:
  - master