Commit b8c9af59 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

feat: pages pipeline with badge

parent 3044ce53
Loading
Loading
Loading
Loading

pipelines/pages.yml

0 → 100644
+12 −0
Original line number Diff line number Diff line
---
include:
  - local: "project-automation/badge.yml"
  - local: "project-automation/pages-hugo.yml"

badge:pages:
  extends: .badge
  variables:
    NAME: "GitLab"
    VALUE: "Pages"
    COLOR: "teal"
    URL: "${CI_PAGES_URL}"