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

Merge branch 'rhtenhove-beta-patch-95539' into 'beta'

feat: pages pipeline with badge

See merge request just-ci/templates!34
parents 3044ce53 b8c9af59
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}"