Bumped unlighthouse docker
All checks were successful
/ checking (push) Successful in 49s
/ unlighthouse (push) Successful in 44s
/ deploy-unlighthouse-files (push) Successful in 6s
/ deploy-unlighthouse-site (push) Successful in 4s

This commit is contained in:
Firq 2024-06-20 19:36:16 +02:00
parent d06655296b
commit 700aa1d223
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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 |