diff --git a/.github/workflows/cargo-doc-pages.yml b/.github/workflows/cargo-doc-pages.yml index 62d913c..16863b1 100644 --- a/.github/workflows/cargo-doc-pages.yml +++ b/.github/workflows/cargo-doc-pages.yml @@ -5,6 +5,8 @@ on: branches: - main + workflow_dispatch: + permissions: contents: read pages: write diff --git a/README.md b/README.md index 36f2246..8624170 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # GRUB theming utilities -*Work in progress* +*Work in progress* [![Build](https://github.com/max-ishere/grub-theme/actions/workflows/cargo-build.yml/badge.svg?branch=main)](https://github.com/max-ishere/grub-theme/actions/workflows/cargo-build.yml) +[![Linter](https://github.com/max-ishere/grub-theme/actions/workflows/cargo-lint.yml/badge.svg)](https://github.com/max-ishere/grub-theme/actions/workflows/cargo-lint.yml) +[![Tests](https://github.com/max-ishere/grub-theme/actions/workflows/cargo-test.yml/badge.svg)](https://github.com/max-ishere/grub-theme/actions/workflows/cargo-test.yml) + +[Documentation (latest commit)](https://max-ishere.github.io/grub-theme/theme_parser/index.html) +[![Deploy `cargo doc` to GitHub Pages](https://github.com/max-ishere/grub-theme/actions/workflows/cargo-doc-pages.yml/badge.svg)](https://github.com/max-ishere/grub-theme/actions/workflows/cargo-doc-pages.yml) The purpose of this project is to make the process of making GRUB themes much faster and easier for the average user. Normally the process would look like this: