From 700aa1d2235045a7555d1e1a4b8fe965efce8b7a Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 20 Jun 2024 19:36:16 +0200 Subject: [PATCH] Bumped unlighthouse docker --- .forgejo/workflows/unlighthouse.yml | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index af508e7..c924b8b 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -6,7 +6,7 @@ on: jobs: unlighthouse: runs-on: docker - container: forgejo.neshweb.net/ci-docker-images/unlighthouse:0.2.0 + container: forgejo.neshweb.net/ci-docker-images/unlighthouse:0.2.1 steps: - name: Checkout repository uses: https://code.forgejo.org/actions/checkout@v3 diff --git a/README.md b/README.md index 151d5a2..6873712 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,3 @@ All commands are run from the root of the project, from a terminal: | `npm run preview` | Preview your build locally, before deploying | | `npm run astro ...` | Run CLI commands like `astro add`, `astro preview` | | `npm run astro --help` | Get help using the Astro CLI | -