Skip to content

Commit 7337d92

Browse files
committed
chore: update website
1 parent e3cbc24 commit 7337d92

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ jobs:
6666
with:
6767
github_token: ${{ secrets.GITHUB_TOKEN }}
6868
publish_dir: ./public
69+
force_orphan: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The DevOps Maturity Specification
22

33
[![DevOps Maturity](https://img.shields.io/badge/DevOps%20Maturity%20Specification-1.0.0-yellow)](https://github.com/devops-maturity/devops-maturity)
4-
![Website](https://img.shields.io/website?url=https%3A%2F%2Fdevops-maturity.github.io%2Fspecification)
4+
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fdevops-maturity.github.io%2Fspecification)](https://devops-maturity.github.io/specification/)
55

66
The DevOps Maturity specification is standardized to assess the maturity of DevOps practices. It is a set of questions and answers to help you measure and improve your DevOps maturity.
77

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ languages:
2424
weight: 1
2525
languageName: "English"
2626
title: DevOps Maturity
27-
description: Assesment of DevOps maturity
27+
description: A Specification for the Assessment of DevOps Maturity
2828
actions:
2929
- label: Quick Summary
3030
url: '#summary'

content/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,3 @@ Your score will generate one of the following badges:
5858
### What tools can be used to caculate your score?
5959

6060
You can used [devops-maturity](https://pypi.org/project/devops-maturity) CLI to caculate your score.
61-

content/about/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ The DevOps Maturity specification was inspired by [Conventional Branch](https://
2121

2222
[![DevOps Maturity](https://img.shields.io/badge/DevOps%20Maturity%20Specification-1.0.0-yellow)](https://github.com/devops-maturity/devops-maturity)
2323

24-
_Want your project on this list?_ [send a pull request](https://github.com/devops-maturity/devops-maturity/pulls).
24+
_Want your project on this list?_ [send a pull request](https://github.com/devops-maturity/specification/pulls).

themes/devops-maturity/static/css/scss/abstracts/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $header-height: 56px;
2222
$footer-logo-size: 24px;
2323

2424
$welcome-min-height: 450px;
25-
$welcome-height: 100vh;
25+
$welcome-height: 30vh;
2626
$welcome-action-color: $color-neutral-light;
2727

2828
$main-background: $color-neutral-light;

themes/devops-maturity/static/css/style.css

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)