From 336fc4de4e12a80465c736e1db5f11bee115ffcd Mon Sep 17 00:00:00 2001 From: Viktor Petersson Date: Fri, 14 Oct 2022 17:56:11 +0100 Subject: [PATCH] Minor documentation tweak --- .github/workflows/build-webview.yaml | 2 ++ .github/workflows/docker-test.yaml | 2 ++ README.md | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-webview.yaml b/.github/workflows/build-webview.yaml index 768f13f4..0b8d5bf9 100644 --- a/.github/workflows/build-webview.yaml +++ b/.github/workflows/build-webview.yaml @@ -7,6 +7,8 @@ on: paths: - '.github/workflows/build-webview.yaml' - 'webview/**' + paths-ignore: + - 'webview/README.md' jobs: build-docker-image: diff --git a/.github/workflows/docker-test.yaml b/.github/workflows/docker-test.yaml index 390fdbf0..f51e66f9 100644 --- a/.github/workflows/docker-test.yaml +++ b/.github/workflows/docker-test.yaml @@ -6,6 +6,7 @@ on: - master - production paths-ignore: + - 'README.md' - 'webview/**' - '.github/workflows/build-webview.yaml' - README.md @@ -14,6 +15,7 @@ on: - master - production paths-ignore: + - 'README.md' - 'webview/**' - '.github/workflows/build-webview.yaml' workflow_call: diff --git a/README.md b/README.md index 3ddc4e9b..9096f911 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Want to help OSE thrive? Support us using [GitHub Sponsor](https://github.com/sp ## Installing on Raspbian/Raspberry Pi OS -The tl;dr for installing Screenly OSE on [Raspbian Lite](https://www.raspberrypi.org/downloads/raspbian/) is: +The tl;dr for installing Screenly OSE on [Raspberry Pi OS](https://www.raspberrypi.com/software/) Bullseye Lite is: ``` $ bash <(curl -sL https://install-ose.srly.io)