Skip to content

Commit

Permalink
fix: Typo in command, minor docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwi01 committed Sep 5, 2024
1 parent 1fd0284 commit 63b3599
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy docs Pages
name: Documentation

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
tagged-release:
name: "Tagged Release"
name: "Release"
runs-on: "ubuntu-24.04"

steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div align="center">

<a href="">![CI build](https://github.com/Ziwi01/proveasio/actions/workflows/pre-release.yml/badge.svg?branch=master)</a>
<a href="">![CI build](https://github.com/Ziwi01/proveasio/actions/workflows/build.yml/badge.svg?branch=master)</a>
<a href="">![License](https://img.shields.io/github/license/Ziwi01/proveasio)</a>
<a href="">![Last commit](https://img.shields.io/github/last-commit/Ziwi01/proveasio)</a>

Expand All @@ -27,7 +27,7 @@ Below you can find brief summary of included tools and features. For more detail
<details>
<summary><b>Example:</b> Terminal commandline</summary>
<div align="center">
<img src="./docs-web/static/terminal_preview.png" />
<img src="./docs-web/static/assets/terminal_preview.png" />
</div>
</details>
<br />
Expand Down
2 changes: 1 addition & 1 deletion docs-web/docs/main/customization/20-versions.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 63b3599

Please sign in to comment.