From 2718938654a6fd5f39fba889acd680815c9d7b3e Mon Sep 17 00:00:00 2001 From: Zach Whitehead Date: Fri, 14 Jun 2024 10:34:28 -0500 Subject: [PATCH] Fix build badges in readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cc0ae5..ef7bb04 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Configure your OpenPPG controller via WebUSB -[![Build and Deploy](https://github.com/openppg/openppg-config-v2/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/openppg/openppg-config-v2/actions/workflows/pages/pages-build-deployment) +[![Deploy Hugo site to Pages](https://github.com/openppg/openppg-config-v2/actions/workflows/pages.yml/badge.svg)](https://github.com/openppg/openppg-config-v2/actions/workflows/pages.yml) +[![Hyas CI](https://github.com/openppg/openppg-config-v2/actions/workflows/node.js-ci.yml/badge.svg)](https://github.com/openppg/openppg-config-v2/actions/workflows/node.js-ci.yml) ### Notes: @@ -24,13 +25,13 @@ npm install #### 2. Start local development server -To interact with WebUSB devices you must use https. Hugo now provides https server out of the box. You can access the site at https://localhost:1313. +To interact with WebUSB devices you must use *https*. Hugo now provides https server out of the box. You can access the site at https://localhost:1313. ```bash npm run start ``` -#### 3. (Not required) Build files +#### 3. (Not required) Build files *Github actions now auto-builds and deploys code when merged/commited into the master branch*