From 3914d50dbc332645d5d2dcc3139ba783dac72407 Mon Sep 17 00:00:00 2001 From: Greg Sarjeant <1686767+gsarjeant@users.noreply.github.com> Date: Wed, 2 Jul 2025 21:30:18 -0400 Subject: [PATCH] Fix build and publish workflow name. Add status badge for tests. --- .gitea/workflows/build_and_publish.yaml | 4 ++-- README.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build_and_publish.yaml b/.gitea/workflows/build_and_publish.yaml index 6b249b4..dbedc23 100644 --- a/.gitea/workflows/build_and_publish.yaml +++ b/.gitea/workflows/build_and_publish.yaml @@ -1,5 +1,5 @@ -name: Run unit tests -run-name: ${{ gitea.repository }} PHP unit tests +name: Build and publish artifacts +run-name: ${{ gitea.repository }} build and publish on: push: tags: diff --git a/README.md b/README.md index 279dd14..dabcef2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # tkr +![Unit tests status](https://gitea.subcultureofone.org/greg/tkr/actions/workflows/unit_tests.yaml/badge.svg) A lightweight, HTML-only status feed for self-hosted personal websites. Written in PHP. Heavily inspired by [status.cafe](https://status.cafe). @@ -44,8 +45,8 @@ I'm trying to make sure that the HTML is both semantically valid and accessible, ## Installation -1. Download the latest tkr archive from https://subcultureofone.org/files/tkr/tkr.0.7.0.zip -1. Copy the .zip file to your server and extract it +1. Download the latest tkr archive from [the packages page](https://gitea.subcultureofone.org/greg/tkr/packages) +1. Copy the `.tgz` file to your server and extract it 1. Copy the `tkr` directory to the location you want to serve it from * on debian-based systems, `/var/www/tkr` is recommended 1. Make the `storage` directory writable by the web server account.