From 63b359938aa6704c0828d850f15eeced2a14ef27 Mon Sep 17 00:00:00 2001 From: Ziwi Date: Thu, 5 Sep 2024 03:42:33 +0200 Subject: [PATCH] fix: Typo in command, minor docs fixes --- .github/workflows/build.yml | 2 +- .github/workflows/pages.yml | 2 +- .github/workflows/release.yml | 2 +- README.md | 4 ++-- docs-web/docs/main/customization/20-versions.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5784070..06f5200 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Build Proveasio'ned environment working-directory: ./ansible - run: ansible-plaVybook -i inventory.yml setup-ubuntu.yml + run: ansible-playbook -i inventory.yml setup-ubuntu.yml ubuntu-24: name: "Build (Ubuntu 24)" diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 915750b..e32d26e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -1,4 +1,4 @@ -name: Deploy docs Pages +name: Documentation on: push: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a84cdda..9b1f1f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: tagged-release: - name: "Tagged Release" + name: "Release" runs-on: "ubuntu-24.04" steps: diff --git a/README.md b/README.md index 5563624..98bc3a8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
-![CI build](https://github.com/Ziwi01/proveasio/actions/workflows/pre-release.yml/badge.svg?branch=master) +![CI build](https://github.com/Ziwi01/proveasio/actions/workflows/build.yml/badge.svg?branch=master) ![License](https://img.shields.io/github/license/Ziwi01/proveasio) ![Last commit](https://img.shields.io/github/last-commit/Ziwi01/proveasio) @@ -27,7 +27,7 @@ Below you can find brief summary of included tools and features. For more detail
Example: Terminal commandline
- +

diff --git a/docs-web/docs/main/customization/20-versions.md b/docs-web/docs/main/customization/20-versions.md index b412dd9..36bbe84 100644 --- a/docs-web/docs/main/customization/20-versions.md +++ b/docs-web/docs/main/customization/20-versions.md @@ -1,7 +1,7 @@ # Versions management :::warning[Latest defaults] -Please note that all software versions since 2.0.0 are set to 'latest', including `master` branch. +Please note that all software versions since 2.0.0 are set to 'latest'. If you need to have particular software version static, add it to [overrides.yml](./variables)