Curl index for availability

This commit is contained in:
Firq 2024-10-22 22:58:43 +02:00
parent c0588ee760
commit dbce984724
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout repository
uses: https://code.forgejo.org/actions/checkout@v3
- name: Check availability
run: curl "http://localhost:8081/"
- name: Run unlighthouse
run: unlighthouse-ci --site "http://localhost:8081/"
- name: Replace URLs

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.22",
"version": "0.2.0-pre.23",
"private": true,
"scripts": {
"dev": "astro dev",